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,
78 tBLE_ADDR_TYPE addr_type = BLE_ADDR_PUBLIC;
291 UINT8 own_addr_type = BLE_ADDR_PUBLIC;
305 BLE_ADDR_PUBLIC, /* UINT8 addr_type_peer */
384 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;
175 BLE_ADDR_PUBLIC,
424 *p_own_addr_type = BLE_ADDR_PUBLIC;
460 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC;
888 tBLE_ADDR_TYPE init_addr_type = BLE_ADDR_PUBLIC,
    [all...]
btm_ble.c 558 *p_addr_type = BLE_ADDR_PUBLIC;
    [all...]
btm_acl.c 185 p->conn_addr_type = BLE_ADDR_PUBLIC;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 535 UINT8 init_addr_type = BLE_ADDR_PUBLIC,
536 own_addr_type = BLE_ADDR_PUBLIC;
556 BLE_ADDR_PUBLIC, /* UINT8 addr_type_own */
  /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 209 milliseconds