• Home
  • Raw
  • Download

Lines Matching defs:bd_addr

70 bool BTM_SecAddBleDevice(const RawAddress& bd_addr, BD_NAME bd_name,  in BTM_SecAddBleDevice()
131 bool BTM_SecAddBleKey(const RawAddress& bd_addr, tBTM_LE_KEY_VALUE* p_le_key, in BTM_SecAddBleKey()
308 void BTM_SecurityGrant(const RawAddress& bd_addr, uint8_t res) { in BTM_SecurityGrant()
331 void BTM_BlePasskeyReply(const RawAddress& bd_addr, uint8_t res, in BTM_BlePasskeyReply()
359 void BTM_BleConfirmReply(const RawAddress& bd_addr, uint8_t res) { in BTM_BleConfirmReply()
389 void BTM_BleOobDataReply(const RawAddress& bd_addr, uint8_t res, uint8_t len, in BTM_BleOobDataReply()
418 void BTM_BleSecureConnectionOobDataReply(const RawAddress& bd_addr, in BTM_BleSecureConnectionOobDataReply()
498 void BTM_BleSetPrefConnParams(const RawAddress& bd_addr, uint16_t min_conn_int, in BTM_BleSetPrefConnParams()
722 bool BTM_UseLeLink(const RawAddress& bd_addr) { in BTM_UseLeLink()
752 tBTM_STATUS BTM_SetBleDataLength(const RawAddress& bd_addr, in BTM_SetBleDataLength()
820 const RawAddress& bd_addr, in BTM_BleReadPhy()
906 void BTM_BleSetPhy(const RawAddress& bd_addr, uint8_t tx_phys, uint8_t rx_phys, in BTM_BleSetPhy()
1050 tL2CAP_LE_RESULT_CODE btm_ble_start_sec_check(const RawAddress& bd_addr, in btm_ble_start_sec_check()
1182 void btm_ble_increment_sign_ctr(const RawAddress& bd_addr, bool is_local) { in btm_ble_increment_sign_ctr()
1209 bool btm_ble_get_enc_key_type(const RawAddress& bd_addr, uint8_t* p_key_types) { in btm_ble_get_enc_key_type()
1230 bool btm_get_local_div(const RawAddress& bd_addr, uint16_t* p_div) { in btm_get_local_div()
1261 void btm_sec_save_le_key(const RawAddress& bd_addr, tBTM_LE_KEY_TYPE key_type, in btm_sec_save_le_key()
1398 void btm_ble_update_sec_key_size(const RawAddress& bd_addr, in btm_ble_update_sec_key_size()
1420 uint8_t btm_ble_read_sec_key_size(const RawAddress& bd_addr) { in btm_ble_read_sec_key_size()
1439 void btm_ble_link_sec_check(const RawAddress& bd_addr, in btm_ble_link_sec_check()
1507 tBTM_STATUS btm_ble_set_encryption(const RawAddress& bd_addr, in btm_ble_set_encryption()
1647 void btm_ble_link_encrypted(const RawAddress& bd_addr, uint8_t encr_enable) { in btm_ble_link_encrypted()
1894 uint8_t btm_proc_smp_cback(tSMP_EVT event, const RawAddress& bd_addr, in btm_proc_smp_cback()
2034 bool BTM_BleDataSignature(const RawAddress& bd_addr, uint8_t* p_text, in BTM_BleDataSignature()
2092 bool BTM_BleVerifySignature(const RawAddress& bd_addr, uint8_t* p_orig, in BTM_BleVerifySignature()
2128 bool BTM_GetLeSecurityState(const RawAddress& bd_addr, in BTM_GetLeSecurityState()
2186 bool BTM_BleSecurityProcedureIsRunning(const RawAddress& bd_addr) { in BTM_BleSecurityProcedureIsRunning()
2210 extern uint8_t BTM_BleGetSupportedKeySize(const RawAddress& bd_addr) { in BTM_BleGetSupportedKeySize()