OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_SUB_EVT_MASK
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/btu/
btu_task.c
255
btu_hcif_process_event ((UINT8)(p_msg->event &
BT_SUB_EVT_MASK
), p_msg);
266
btu_hcif_send_cmd ((UINT8)(p_msg->event &
BT_SUB_EVT_MASK
), p_msg);
/external/bluetooth/bluedroid/main/
bte_main.c
507
UINT16 sub_event = event &
BT_SUB_EVT_MASK
; /* local controller ID */
/external/bluetooth/bluedroid/stack/include/
bt_types.h
41
#define
BT_SUB_EVT_MASK
0x00FF
/external/libnfc-nci/src/include/
bt_types.h
41
#define
BT_SUB_EVT_MASK
0x00FF
Completed in 32 milliseconds