OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srv_desp
(Results
1 - 10
of
10
) sorted by null
/external/bluetooth/bluedroid/bta/hl/
bta_hl_api.c
139
BCM_STRNCPY_S(p_buf->
srv_desp
, sizeof(p_buf->
srv_desp
),
141
p_buf->
srv_desp
[BTA_SERVICE_DESP_LEN]= '\0';
144
p_buf->
srv_desp
[0]= '\0';
208
BCM_STRNCPY_S(p_buf->
srv_desp
, sizeof(p_buf->
srv_desp
),
210
p_buf->
srv_desp
[BTA_SERVICE_DESP_LEN]= '\0';
213
p_buf->
srv_desp
[0]= '\0';
bta_hl_sdp.c
253
if (p_cb->
srv_desp
[0] )
258
(UINT32)(strlen(p_cb->
srv_desp
) + 1),
259
(UINT8 *)p_cb->
srv_desp
);
464
if (p_cb->
srv_desp
[0] )
469
(UINT32)(strlen(p_cb->
srv_desp
) + 1),
470
(UINT8 *)p_cb->
srv_desp
);
bta_hl_int.h
250
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon5255
263
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon5256
535
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon5278
[
all
...]
bta_hl_main.c
702
BCM_STRNCPY_S(p_acb->
srv_desp
, sizeof(p_acb->
srv_desp
), p_data->api_reg.
srv_desp
, BTA_SERVICE_DESP_LEN);
[
all
...]
bta_hl_act.c
[
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:__anon40371
/external/bluetooth/bluedroid/btif/include/
btif_hl.h
247
char
srv_desp
[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
member in struct:__anon5654
/packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp
208
reg_param.
srv_desp
= NULL;
/external/bluetooth/bluedroid/bta/include/
bta_hl_api.h
372
char
srv_desp
[BTA_SERVICE_DESP_LEN+1];
member in struct:__anon5471
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
[
all
...]
Completed in 436 milliseconds