OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_BLE_AD_BIT_DEV_NAME
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/include/
btm_ble_api.h
198
#define
BTM_BLE_AD_BIT_DEV_NAME
(0x0001 << 0)
[
all
...]
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
754
if (len > 2 && data_mask &
BTM_BLE_AD_BIT_DEV_NAME
)
770
data_mask &= ~
BTM_BLE_AD_BIT_DEV_NAME
;
[
all
...]
/external/bluetooth/bluedroid/bta/include/
bta_api.h
319
#define BTA_BLE_AD_BIT_DEV_NAME
BTM_BLE_AD_BIT_DEV_NAME
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c
912
btif_cb.adv_data.mask |=
BTM_BLE_AD_BIT_DEV_NAME
;
[
all
...]
Completed in 3329 milliseconds