Home
last modified time | relevance | path

Searched defs:p_name (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_btm_devctl.cc78 tBTM_STATUS BTM_ReadLocalDeviceName(const char** p_name) { in BTM_ReadLocalDeviceName()
95 tBTM_STATUS BTM_SetLocalDeviceName(const char* p_name) { in BTM_SetLocalDeviceName()
Dmock_stack_hidd_api.cc41 tHID_STATUS HID_DevAddRecord(uint32_t handle, char* p_name, char* p_description, in HID_DevAddRecord()
Dmock_bta_dm_api.cc201 void BTA_DmSetDeviceName(const char* p_name) { in BTA_DmSetDeviceName()
Dmock_stack_btm_ble_gap.cc192 uint16_t length, char* p_name) { in btm_ble_read_remote_name_cmpl()
Dmock_stack_btm_sec.cc109 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel()
/packages/modules/Bluetooth/system/stack/test/common/
Dmock_btm_api_layer.cc27 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel()
Dmock_btm_layer.cc46 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_devctl.cc320 tBTM_STATUS BTM_SetLocalDeviceName(const char* p_name) { in BTM_SetLocalDeviceName()
349 tBTM_STATUS BTM_ReadLocalDeviceName(const char** p_name) { in BTM_ReadLocalDeviceName()
Dbtm_dev.cc233 char* p_name = NULL; in BTM_SecReadDevName() local
Dbtm_sec.cc444 bool BTM_SetSecurityLevel(bool is_originator, const char* p_name, in BTM_SetSecurityLevel()
Dbtm_ble_gap.cc2157 uint16_t length, char* p_name) { in btm_ble_read_remote_name_cmpl()
/packages/modules/Bluetooth/system/stack/pan/
Dpan_utils.cc61 uint32_t pan_register_with_sdp(uint16_t uuid, const char* p_name, in pan_register_with_sdp()
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc158 tHID_STATUS HID_DevAddRecord(uint32_t handle, char* p_name, char* p_description, in HID_DevAddRecord()
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h58 char* p_name; member
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc782 char* p_name; in bta_dm_bond() local
2560 static void bta_dm_local_name_cback(UNUSED_ATTR void* p_name) { in bta_dm_local_name_cback()
3047 char* p_name = (char*)bta_dm_search_cb.peer_name; in bta_dm_get_remname() local
3771 char* p_name = NULL; in bta_dm_ble_smp_cback() local
Dbta_dm_api.cc59 void BTA_DmSetDeviceName(const char* p_name) { in BTA_DmSetDeviceName()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_ble.cc274 void cl_op_cmpl(tGAP_CLCB& clcb, bool status, uint16_t len, uint8_t* p_name) { in cl_op_cmpl()
/packages/modules/Bluetooth/system/stack/sdp/
Dsdp_server.cc1087 char* p_name = BTM_SecReadDevName(remote_address); in is_device_in_allowlist_for_pbap() local
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_int.h126 char p_name[2][BTA_SERVICE_NAME_LEN + 1]; member