OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_BLE_AD_BIT_SERVICE
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
203
#define
BTM_BLE_AD_BIT_SERVICE
(0x0001 << 6)
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
800
if (len > 2 && data_mask &
BTM_BLE_AD_BIT_SERVICE
&&
822
data_mask &= ~
BTM_BLE_AD_BIT_SERVICE
;
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
324
#define BTA_BLE_AD_BIT_SERVICE
BTM_BLE_AD_BIT_SERVICE
[
all
...]
Completed in 3256 milliseconds