Searched refs:p_service_name (Results 1 - 25 of 27) sorted by relevance

12

/system/bt/stack/include/
H A Da2dp_api.h72 char* p_service_name; /* Pointer the service name. This character string may member in struct:__anon924
102 * p_service_name: Pointer to a null-terminated character
120 extern tA2DP_STATUS A2DP_AddRecord(uint16_t service_uuid, char* p_service_name,
H A Davrc_api.h161 * implementation of this callback function must copy the p_service_name
209 * p_service_name: Pointer to a null-terminated character
230 const char* p_service_name,
/system/bt/bta/include/
H A Dbta_ar_api.h123 extern void bta_ar_reg_avrc(uint16_t service_uuid, const char* p_service_name,
H A Dbta_hf_client_api.h278 const char* p_service_name);
H A Dbta_av_api.h455 typedef void(tBTA_AV_REG)(tAVDT_CS* p_cs, char* p_service_name, void* p_data);
532 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char* p_service_name,
/system/bt/bta/hf_client/
H A Dbta_hf_client_sdp.cc86 bool bta_hf_client_add_record(const char* p_service_name, uint8_t scn, argument
125 if (p_service_name != NULL && p_service_name[0] != 0) {
128 (uint32_t)(strlen(p_service_name) + 1), (uint8_t*)p_service_name);
170 const char* p_service_name) {
175 bta_hf_client_add_record(p_service_name, client_cb_arr->scn,
169 bta_hf_client_create_record(tBTA_HF_CLIENT_CB_ARR* client_cb_arr, const char* p_service_name) argument
H A Dbta_hf_client_api.cc54 const char* p_service_name) {
55 return bta_hf_client_api_enable(p_cback, sec_mask, features, p_service_name);
52 BTA_HfClientEnable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask, tBTA_HF_CLIENT_FEAT features, const char* p_service_name) argument
H A Dbta_hf_client_int.h226 const char* p_service_name);
233 extern bool bta_hf_client_add_record(char* p_service_name, uint8_t scn,
H A Dbta_hf_client_main.cc411 const char* p_service_name) {
429 bta_hf_client_create_record(&bta_hf_client_cb_arr, p_service_name);
408 bta_hf_client_api_enable(tBTA_HF_CLIENT_CBACK* p_cback, tBTA_SEC sec_mask, tBTA_HF_CLIENT_FEAT features, const char* p_service_name) argument
/system/bt/stack/avrc/
H A Davrc_sdp.cc162 * p_service_name: Pointer to a null-terminated character
186 uint16_t AVRC_AddRecord(uint16_t service_uuid, const char* p_service_name, argument
262 if (p_service_name != NULL) {
265 (uint32_t)(strlen(p_service_name) + 1), (uint8_t*)p_service_name);
/system/bt/stack/a2dp/
H A Da2dp_api.cc85 a2dp_svc.p_service_name = (char*)p_attr->attr_value.v.array;
151 * p_service_name: Pointer to a null-terminated character
169 tA2DP_STATUS A2DP_AddRecord(uint16_t service_uuid, char* p_service_name, argument
220 if (p_service_name != NULL) {
223 (uint32_t)(strlen(p_service_name) + 1), (uint8_t*)p_service_name);
/system/bt/bta/ag/
H A Dbta_ag_sdp.cc122 bool bta_ag_add_record(uint16_t service_uuid, char* p_service_name, uint8_t scn, argument
165 if (p_service_name != NULL && p_service_name[0] != 0) {
168 (uint32_t)(strlen(p_service_name) + 1), (uint8_t*)p_service_name);
H A Dbta_ag_int.h338 extern bool bta_ag_add_record(uint16_t service_uuid, char* p_service_name,
/system/nfc/src/nfa/p2p/
H A Dnfa_p2p_api.c64 char* p_service_name,
70 server_sap, link_type, p_service_name);
94 strncpy(p_msg->service_name, p_service_name, LLCP_MAX_SN_LEN);
366 char* p_service_name, uint16_t miu,
373 client_handle, p_service_name, miu, rw);
393 strncpy(p_msg->service_name, p_service_name, LLCP_MAX_SN_LEN);
911 tNFA_STATUS NFA_P2pGetRemoteSap(tNFA_HANDLE handle, char* p_service_name) { argument
916 p_service_name);
937 strncpy(p_msg->service_name, p_service_name, LLCP_MAX_SN_LEN);
62 NFA_P2pRegisterServer(uint8_t server_sap, tNFA_P2P_LINK_TYPE link_type, char* p_service_name, tNFA_P2P_CBACK* p_cback) argument
365 NFA_P2pConnectByName(tNFA_HANDLE client_handle, char* p_service_name, uint16_t miu, uint8_t rw) argument
H A Dnfa_p2p_act.c210 bool nfa_p2p_start_sdp(char* p_service_name, uint8_t local_sap) { argument
213 P2P_TRACE_DEBUG1("nfa_p2p_start_sdp (): SN:<%s>", p_service_name);
218 if (LLCP_DiscoverService(p_service_name, nfa_p2p_sdp_cback,
/system/nfc/src/nfc/llcp/
H A Dllcp_api.c352 ** p_service_name : Null-terminated string up to
360 char* p_service_name,
370 reg_sap, link_type, ((p_service_name == NULL) ? "" : p_service_name));
435 if (p_service_name) {
436 length = (uint8_t)strlen(p_service_name);
444 p_app_cb->p_service_name = (uint8_t*)GKI_getbuf((uint16_t)(length + 1));
445 if (p_app_cb->p_service_name == NULL) {
450 strncpy((char*)p_app_cb->p_service_name, (char*)p_service_name, lengt
359 LLCP_RegisterServer(uint8_t reg_sap, uint8_t link_type, char* p_service_name, tLLCP_APP_CBACK* p_app_cback) argument
[all...]
H A Dllcp_sdp.c294 (strlen((char*)p_app_cb->p_service_name) == length) &&
295 (!strncmp((char*)p_app_cb->p_service_name, p_name, length))) {
297 if (llcp_cb.p_dta_cback && (!strncmp((char*)p_app_cb->p_service_name,
/system/nfc/src/nfa/include/
H A Dnfa_snep_api.h269 ** NFA_STATUS_INVALID_PARAM if p_service_name or p_cback is
275 char* p_service_name,
327 ** NFA_STATUS_INVALID_PARAM if p_service_name or p_cback is
333 char* p_service_name);
375 ** NFA_STATUS_INVALID_PARAM if p_service_name or p_cback is
H A Dnfa_p2p_api.h222 char* p_service_name,
329 char* p_service_name, uint16_t miu,
498 char* p_service_name);
/system/bt/bta/av/
H A Dbta_av_api.cc106 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char* p_service_name, argument
114 if (p_service_name)
115 strlcpy(p_buf->p_service_name, p_service_name, BTA_SERVICE_NAME_LEN);
117 p_buf->p_service_name[0] = 0;
H A Dbta_av_main.cc420 char* p_service_name; local
534 if (p_data->api_reg.p_service_name[0] == 0) {
535 p_service_name = NULL;
537 p_service_name = p_data->api_reg.p_service_name;
617 A2DP_AddRecord(UUID_SERVCLASS_AUDIO_SOURCE, p_service_name, NULL,
623 A2DP_AddRecord(UUID_SERVCLASS_AUDIO_SINK, p_service_name, NULL,
678 (*p_bta_av_cfg->p_reg)(&cs, p_service_name, p_scb);
H A Dbta_av_int.h212 char p_service_name[BTA_SERVICE_NAME_LEN + 1]; member in struct:__anon38
/system/nfc/src/nfc/include/
H A Dllcp_api.h148 char* p_service_name; /* Service name (only for SDP) */ member in struct:__anon2334
351 ** p_service_name : Null-terminated string up to
359 char* p_service_name,
/system/nfc/src/nfa/int/
H A Dnfa_p2p_int.h294 bool nfa_p2p_start_sdp(char* p_service_name, uint8_t local_sap);
/system/nfc/src/nfc/int/
H A Dllcp_int.h111 uint8_t* p_service_name; /* GKI buffer containing service name */ member in struct:__anon2417

Completed in 927 milliseconds

12