Searched defs:remote_bd_addr (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_ble_storage.c | 93 static bt_status_t _btc_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in _btc_storage_add_ble_bonding_key() 130 bt_status_t btc_storage_add_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in btc_storage_add_ble_bonding_key() 154 static bt_status_t _btc_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in _btc_storage_get_ble_bonding_key() 189 bt_status_t btc_storage_get_ble_bonding_key(bt_bdaddr_t *remote_bd_addr, in btc_storage_get_ble_bonding_key() 377 static bt_status_t _btc_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_addr) in _btc_storage_remove_ble_bonding_keys() 392 bt_status_t btc_storage_remove_ble_bonding_keys(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_ble_bonding_keys() 546 bool _btc_storage_compare_address_key_value(bt_bdaddr_t *remote_bd_addr, in _btc_storage_compare_address_key_value() 577 bool btc_storage_compare_address_key_value(bt_bdaddr_t *remote_bd_addr, in btc_storage_compare_address_key_value() 651 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() 684 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 | 32 bt_status_t btc_storage_add_bonded_device(bt_bdaddr_t *remote_bd_addr, in btc_storage_add_bonded_device() 81 static bt_status_t _btc_storage_in_fetch_bonded_bt_device(const char *remote_bd_addr, int add) in _btc_storage_in_fetch_bonded_bt_device() 216 bool btc_storage_update_active_device(bt_bdaddr_t *remote_bd_addr) in btc_storage_update_active_device() 241 bt_status_t btc_storage_remove_bonded_device(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_bonded_device() 354 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() 467 bt_status_t btc_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_hid_info() 552 bt_status_t btc_storage_set_hidd(bt_bdaddr_t *remote_bd_addr) in btc_storage_set_hidd() 573 bt_status_t btc_storage_remove_hidd(bt_bdaddr_t *remote_bd_addr) in btc_storage_remove_hidd()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_acl.c | 619 tBTM_STATUS BTM_GetRole (BD_ADDR remote_bd_addr, UINT8 *p_role) in BTM_GetRole() 651 tBTM_STATUS BTM_SwitchRole (BD_ADDR remote_bd_addr, UINT8 new_role, tBTM_CMPL_CB *p_cb) in BTM_SwitchRole()
|
/hal_espressif-latest/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 | 649 BD_ADDR remote_bd_addr; member 767 BD_ADDR remote_bd_addr; /* Remote BD addr involved with the switch */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 2595 static void bta_dm_discover_device(BD_ADDR remote_bd_addr) in bta_dm_discover_device() 3864 static BOOLEAN bta_dm_remove_sec_dev_entry(BD_ADDR remote_bd_addr) in bta_dm_remove_sec_dev_entry()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 390 BD_ADDR remote_bd_addr; /* The BD address of the remote */ member
|