Home
last modified time | relevance | path

Searched defs:bd_name (Results 1 – 23 of 23) sorted by relevance

/system/bt/service/hal/
Dbluetooth_interface.cc116 void PinRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in PinRequestCallback()
127 void SSPRequestCallback(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, in SSPRequestCallback()
351 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in PinRequestCallback()
357 RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in SSPRequestCallback()
/system/bt/test/headless/
Dheadless.cc87 void pin_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in pin_request()
92 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
/system/bt/btif/test/
Dbtif_stack_test.cc76 void pin_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in pin_request()
81 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
/system/bt/bta/include/
Dbta_api.h229 BD_NAME bd_name; /* Name of peer device. */ member
280 BD_NAME bd_name; /* peer device name */ member
292 BD_NAME bd_name; /* Name of peer device. */ member
333 BD_NAME bd_name; /* peer device name */ member
349 BD_NAME bd_name; /* peer device name */ member
360 BD_NAME bd_name; /* peer device name */ member
440 BD_NAME bd_name; /* Name of peer device. */ member
451 BD_NAME bd_name; /* Name of peer device. */ member
/system/bt/btif/src/
Dbtif_dm.cc514 BD_NAME bd_name, DEV_CLASS dev_class, in btif_update_remote_properties()
690 bt_bdname_t bd_name; in btif_dm_pin_req_evt() local
780 bt_bdname_t bd_name; in btif_dm_ssp_cfm_req_evt() local
861 bt_bdname_t bd_name; in btif_dm_ssp_key_notif_evt() local
2158 bt_bdname_t* bd_name = (bt_bdname_t*)prop->val; in btif_dm_get_adapter_property() local
2603 bt_bdname_t bd_name; in btif_dm_ble_key_notif_evt() local
2808 bt_bdname_t bd_name; in btif_dm_ble_sec_req_evt() local
2853 bt_bdname_t bd_name; in btif_dm_ble_passkey_req_evt() local
2885 bt_bdname_t bd_name; in btif_dm_ble_key_nc_req_evt() local
2989 BD_NAME bd_name, in btif_dm_update_ble_remote_properties()
Dbluetooth.cc717 void invoke_pin_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_pin_request_cb()
729 void invoke_ssp_request_cb(RawAddress bd_addr, bt_bdname_t bd_name, in invoke_ssp_request_cb()
735 bt_ssp_variant_t pairing_variant, uint32_t pass_key) { in invoke_ssp_request_cb()
Dbtif_core.cc662 char bd_name[BTM_MAX_LOC_BD_NAME_LEN + 1]; in btif_set_adapter_property() local
/system/bt/test/mock/
Dmock_stack_btm_dev.cc49 BD_NAME bd_name, uint8_t* features, LinkKey* p_link_key, in BTM_SecAddDevice()
Dmock_btif_dm.cc156 BD_NAME bd_name, in btif_dm_update_ble_remote_properties()
Dmock_main_shim_btm_api.cc86 DEV_CLASS dev_class, BD_NAME bd_name, in BTM_SecAddDevice()
/system/bt/tools/bdtool/
Dbdtool.c51 static char* bd_name; variable
Dadapter.c152 void ssp_request(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, in ssp_request()
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc106 static void pin_request_cb(RawAddress* remote_bd_addr, bt_bdname_t* bd_name, uint32_t cod, bool min… in pin_request_cb()
115 bt_bdname_t* bd_name, in ssp_request_cb()
/system/bt/stack/btm/
Dbtm_dev.cc64 BD_NAME bd_name, uint8_t* features, LinkKey* p_link_key, in BTM_SecAddDevice()
Dbtm_int_types.h64 tBTM_LOC_BD_NAME bd_name; /* local Bluetooth device name */ member
Dbtm_ble_gap.cc1308 BD_NAME bd_name; in btm_ble_read_remote_name_cmpl() local
/system/bt/bta/dm/
Dbta_dm_act.cc1874 BD_NAME bd_name) { in bta_dm_service_search_remname_cback()
2023 BD_NAME bd_name, bool min_16_digit) { in bta_dm_pin_cback()
2062 BD_NAME bd_name, const LinkKey& key, in bta_dm_new_link_key_cback()
2108 const RawAddress& bd_addr, UNUSED_ATTR DEV_CLASS dev_class, BD_NAME bd_name, in bta_dm_authentication_complete_cback()
Dbta_dm_int.h142 BD_NAME bd_name; member
/system/bt/stack/test/common/
Dmock_btif_dm.cc155 BD_NAME bd_name, in btif_dm_update_ble_remote_properties()
Dmock_main_shim_btm_api.cc90 DEV_CLASS dev_class, BD_NAME bd_name, in BTM_SecAddDevice()
/system/bt/stack/include/
Dbtm_api_types.h679 tBTM_BD_NAME bd_name; /* peer device name */ member
693 tBTM_BD_NAME bd_name; /* peer device name */ member
700 tBTM_BD_NAME bd_name; /* peer device name */ member
715 tBTM_BD_NAME bd_name; /* peer device name */ member
/system/bt/service/
Dadapter.cc663 void SSPRequestCallback(RawAddress* remote_bdaddr, bt_bdname_t* bd_name, in SSPRequestCallback()
/system/bt/main/shim/
Dbtm_api.cc1250 DEV_CLASS dev_class, BD_NAME bd_name, in BTM_SecAddDevice()