HomeSort by relevance Sort by last modified time
    Searched refs:BLE_ADDR_PUBLIC (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c 60 BLE_ADDR_PUBLIC,
72 tBLE_ADDR_TYPE addr_type = BLE_ADDR_PUBLIC;
83 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr))
360 UINT8 own_addr_type = BLE_ADDR_PUBLIC;
375 BLE_ADDR_PUBLIC, /* UINT8 addr_type_peer */
454 BLE_ADDR_PUBLIC, /* own device, DUMO always use public */
btm_ble_addr.c 369 if (p_dev_rec->ble.ble_addr_type != BLE_ADDR_PUBLIC)
376 return BLE_ADDR_PUBLIC;
btm_ble_gap.c 104 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC;
187 BLE_ADDR_PUBLIC,
444 *p_own_addr_type = BLE_ADDR_PUBLIC;
480 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC;
908 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC,
    [all...]
btm_ble.c 590 *p_addr_type = BLE_ADDR_PUBLIC;
    [all...]
btm_acl.c 233 p->conn_addr_type = BLE_ADDR_PUBLIC;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 598 UINT8 init_addr_type = BLE_ADDR_PUBLIC,
599 own_addr_type = BLE_ADDR_PUBLIC;
  /external/bluetooth/bluedroid/stack/include/
bt_types.h 495 #define BLE_ADDR_PUBLIC 0x00
497 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)
  /external/libnfc-nci/src/include/
bt_types.h 499 #define BLE_ADDR_PUBLIC 0x00
501 #define BLE_ADDR_TYPE_MASK (BLE_ADDR_RANDOM | BLE_ADDR_PUBLIC)

Completed in 224 milliseconds