HomeSort by relevance Sort by last modified time
    Searched refs:BTM_BLE_AD_BIT_DEV_NAME (Results 1 - 3 of 3) 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 755 if (len > 2 && data_mask & BTM_BLE_AD_BIT_DEV_NAME)
771 data_mask &= ~BTM_BLE_AD_BIT_DEV_NAME;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 315 #define BTA_BLE_AD_BIT_DEV_NAME BTM_BLE_AD_BIT_DEV_NAME
    [all...]

Completed in 139 milliseconds