Home
last modified time | relevance | path

Searched refs:BNEP_FRAME_CONTROL (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_utils.cc181 UINT8_TO_BE_STREAM(p, BNEP_FRAME_CONTROL); in bnep_send_conn_req()
232 UINT8_TO_BE_STREAM(p, BNEP_FRAME_CONTROL); in bnep_send_conn_response()
264 UINT8_TO_BE_STREAM(p, BNEP_FRAME_CONTROL); in bnepu_send_peer_our_filters()
306 UINT8_TO_BE_STREAM(p, BNEP_FRAME_CONTROL); in bnepu_send_peer_our_multi_filters()
349 UINT8_TO_BE_STREAM(p, BNEP_FRAME_CONTROL); in bnepu_send_peer_filter_rsp()
382 UINT8_TO_BE_STREAM(p, BNEP_FRAME_CONTROL); in bnep_send_command_not_understood()
1119 UINT8_TO_BE_STREAM(p, BNEP_FRAME_CONTROL); in bnepu_send_peer_multicast_filter_rsp()
Dbnep_main.cc370 (type != BNEP_FRAME_CONTROL)) { in bnep_data_ind()
437 case BNEP_FRAME_CONTROL: in bnep_data_ind()
Dbnep_int.h39 #define BNEP_FRAME_CONTROL 0x01 macro