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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_addr.c 369 if (p_dev_rec->ble.ble_addr_type != BLE_ADDR_PUBLIC)
373 return p_dev_rec->ble.ble_addr_type;
btm_dev.c 253 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
btm_ble.c 121 p_dev_rec->ble.ble_addr_type = addr_type;
129 p_info->results.ble_addr_type = p_dev_rec->ble.ble_addr_type ;
132 p_info->results.device_type, p_info->results.ble_addr_type);
361 *p_addr_type = p_dev_rec->ble.ble_addr_type;
598 *p_addr_type = p_inq_info->results.ble_addr_type;
610 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
613 *p_addr_type = p_dev_rec->ble.ble_addr_type;
    [all...]
btm_ble_bgconn.c 83 if (p_dev_rec->ble.ble_addr_type == BLE_ADDR_PUBLIC || !BTM_BLE_IS_RESOLVE_BDA(bd_addr))
85 started = btsnd_hcic_ble_add_white_list (p_dev_rec->ble.ble_addr_type, bd_addr);
97 started = btsnd_hcic_ble_remove_from_white_list (p_dev_rec->ble.ble_addr_type, bd_addr);
btm_ble_gap.c     [all...]
btm_int.h 506 tBLE_ADDR_TYPE ble_addr_type; /* LE device type: public or random address */ member in struct:__anon3531
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 611 init_addr_type = p_lcb->ble_addr_type;
l2c_int.h 436 tBLE_ADDR_TYPE ble_addr_type; member in struct:t_l2c_linkcb
    [all...]
l2c_utils.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 840 UINT8 ble_addr_type; member in struct:__anon3079
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_client.c 540 btif_cb.addr_type = p_data->inq_res.ble_addr_type;
    [all...]
btif_dm.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 621 UINT8 ble_addr_type; member in struct:__anon3683
    [all...]

Completed in 387 milliseconds