Lines Matching defs:bd_addr
58 void BTM_SecAddBleDevice(const RawAddress& bd_addr, tBT_DEVICE_TYPE dev_type, in BTM_SecAddBleDevice()
116 void BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey()
222 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant()
246 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply()
277 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply()
310 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply()
342 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply()
388 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams()
634 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink()
651 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength()
731 const RawAddress& bd_addr, in BTM_BleReadPhy()
767 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
900 tL2CAP_LE_RESULT_CODE btm_ble_start_sec_check(const RawAddress& bd_addr, in btm_ble_start_sec_check()
1031 void btm_ble_increment_sign_ctr(const RawAddress& bd_addr, bool is_local) { in btm_ble_increment_sign_ctr()
1058 bool btm_ble_get_enc_key_type(const RawAddress& bd_addr, uint8_t* p_key_types) { in btm_ble_get_enc_key_type()
1079 bool btm_get_local_div(const RawAddress& bd_addr, uint16_t* p_div) { in btm_get_local_div()
1110 void btm_sec_save_le_key(const RawAddress& bd_addr, tBTM_LE_KEY_TYPE key_type, in btm_sec_save_le_key()
1249 void btm_ble_update_sec_key_size(const RawAddress& bd_addr, in btm_ble_update_sec_key_size()
1271 uint8_t btm_ble_read_sec_key_size(const RawAddress& bd_addr) { in btm_ble_read_sec_key_size()
1290 void btm_ble_link_sec_check(const RawAddress& bd_addr, in btm_ble_link_sec_check()
1358 tBTM_STATUS btm_ble_set_encryption(const RawAddress& bd_addr, in btm_ble_set_encryption()
1498 void btm_ble_link_encrypted(const RawAddress& bd_addr, uint8_t encr_enable) { in btm_ble_link_encrypted()
1732 tBTM_STATUS btm_proc_smp_cback(tSMP_EVT event, const RawAddress& bd_addr, in btm_proc_smp_cback()
1879 bool BTM_BleDataSignature(const RawAddress& bd_addr, uint8_t* p_text, in BTM_BleDataSignature()
1941 bool BTM_BleVerifySignature(const RawAddress& bd_addr, uint8_t* p_orig, in BTM_BleVerifySignature()