OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srv_desp
(Results
1 - 10
of
10
) sorted by null
/system/bt/bta/hl/
bta_hl_sdp.c
252
if (p_cb->
srv_desp
[0] )
257
(UINT32)(strlen(p_cb->
srv_desp
) + 1),
258
(UINT8 *)p_cb->
srv_desp
);
463
if (p_cb->
srv_desp
[0] )
468
(UINT32)(strlen(p_cb->
srv_desp
) + 1),
469
(UINT8 *)p_cb->
srv_desp
);
bta_hl_api.c
128
strlcpy(p_buf->
srv_desp
, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN);
130
p_buf->
srv_desp
[0] = 0;
173
strlcpy(p_buf->
srv_desp
, p_reg_param->p_srv_desp, BTA_SERVICE_DESP_LEN);
175
p_buf->
srv_desp
[0] = 0;
bta_hl_int.h
246
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon71826
259
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon71827
531
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon71849
[
all
...]
bta_hl_act.c
[
all
...]
bta_hl_main.c
701
strlcpy(p_acb->
srv_desp
, p_data->api_reg.
srv_desp
, BTA_SERVICE_DESP_LEN);
[
all
...]
/hardware/libhardware/include/hardware/
bt_hl.h
67
const char *
srv_desp
; /* service description to be used in the SDP (optional); null terminated */
member in struct:__anon31200
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp
184
reg_param.
srv_desp
= NULL;
/system/bt/btif/include/
btif_hl.h
250
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon72204
/system/bt/bta/include/
bta_hl_api.h
371
char
srv_desp
[BTA_SERVICE_DESP_LEN+1];
member in struct:__anon72020
/system/bt/btif/src/
btif_hl.c
[
all
...]
Completed in 128 milliseconds