OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTA_SERVICE_DESP_LEN
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/bta/hl/
bta_hl_api.c
140
p_reg_param->p_srv_desp,
BTA_SERVICE_DESP_LEN
);
141
p_buf->srv_desp[
BTA_SERVICE_DESP_LEN
]= '\0';
209
p_reg_param->p_srv_desp,
BTA_SERVICE_DESP_LEN
);
210
p_buf->srv_desp[
BTA_SERVICE_DESP_LEN
]= '\0';
bta_hl_int.h
250
char srv_desp[
BTA_SERVICE_DESP_LEN
+1]; /* service description to be used in the SDP; null terminated */
263
char srv_desp[
BTA_SERVICE_DESP_LEN
+1]; /* service description to be used in the SDP; null terminated */
535
char srv_desp[
BTA_SERVICE_DESP_LEN
+1]; /* service description to be used in the SDP; null terminated */
[
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
...]
/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 */
/external/bluetooth/bluedroid/bta/include/
bta_hl_api.h
372
char srv_desp[
BTA_SERVICE_DESP_LEN
+1];
bta_api.h
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hl.c
[
all
...]
Completed in 747 milliseconds