Searched defs:remote_bd_addr (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.5.0/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 100 static bt_status_t _btc_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in _btc_storage_add_ble_bonding_key() 137 bt_status_t btc_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in btc_storage_add_ble_bonding_key() 161 static bt_status_t _btc_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in _btc_storage_get_ble_bonding_key() 196 bt_status_t btc_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in btc_storage_get_ble_bonding_key() 220 static bt_status_t _btc_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_addr) in _btc_storage_remove_ble_bonding_keys() 254 bt_status_t btc_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_ble_bonding_keys() 408 bool _btc_storage_compare_address_key_value(bt_bdaddr_t *remote_bd_addr, in _btc_storage_compare_address_key_value() 439 bool btc_storage_compare_address_key_value(bt_bdaddr_t *remote_bd_addr, in btc_storage_compare_address_key_value() 513 static bt_status_t _btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in _btc_storage_remove_ble_dev_type() 546 bt_status_t btc_storage_remove_ble_dev_type(bt_bdaddr_t *remote_bd_addr, bool flush) in btc_storage_remove_ble_dev_type() [all …]
|
D | btc_storage.c | 39 bt_status_t btc_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr, in btc_storage_add_bonded_device() 153 bt_status_t btc_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_bonded_device() 266 bt_status_t btc_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, uint16_t attr_mask, uint8_… in btc_storage_add_hid_device_info() 379 bt_status_t btc_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_hid_info() 464 bt_status_t btc_storage_set_hidd(bt_bdaddr_t *remote_bd_addr) in btc_storage_set_hidd() 485 bt_status_t btc_storage_remove_hidd(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_hidd()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 595 tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role) in BTM_GetRole() 627 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb) in BTM_SwitchRole()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/ |
D | sdp_api.h | 116 BD_ADDR remote_bd_addr; /* Remote BD address */ member
|
D | btu.h | 186 BD_ADDR remote_bd_addr; member
|
D | btm_api.h | 641 BD_ADDR remote_bd_addr; member 759 BD_ADDR remote_bd_addr; /* Remote BD addr involved with the switch */ member
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 2506 static void bta_dm_discover_device(BD_ADDR remote_bd_addr) in bta_dm_discover_device() 3749 static BOOLEAN bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr) in bta_dm_remove_sec_dev_entry()
|
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 390 BD_ADDR remote_bd_addr; /* The BD address of the remote */ member
|