Searched defs:p_addr_type (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c294 void BTM_ReadConnectionAddr (BD_ADDR remote_bda, BD_ADDR local_conn_addr, tBLE_ADDR_TYPE *p_addr_type) argument
305 * p_addr_type = p_acl->conn_addr_type;
352 BOOLEAN BTM_ReadRemoteConnectionAddr(BD_ADDR pseudo_addr, BD_ADDR conn_addr, tBLE_ADDR_TYPE *p_addr_type) argument
361 *p_addr_type = p_dev_rec->ble.ble_addr_type;
580 ** p_addr_type: output parameter to read the address type.
583 void BTM_ReadDevInfo (BD_ADDR remote_bda, tBT_DEVICE_TYPE *p_dev_type, tBLE_ADDR_TYPE *p_addr_type) argument
590 *p_addr_type = BLE_ADDR_PUBLIC;
598 *p_addr_type = p_inq_info->results.ble_addr_type;
613 *p_addr_type = p_dev_rec->ble.ble_addr_type;
617 BTM_TRACE_DEBUG2 ("btm_find_dev_type - device_type = %d addr_type = %d", *p_dev_type , *p_addr_type);
[all...]

Completed in 104 milliseconds