OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTA_GATTS_RSP
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_gatt_util.h
28
void btif_to_bta_response(
tBTA_GATTS_RSP
*p_dest, btgatt_response_t* p_src);
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_api.c
429
tBTA_GATT_STATUS status,
tBTA_GATTS_RSP
*p_msg)
432
UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(
tBTA_GATTS_RSP
);
445
p_buf->p_rsp = (
tBTA_GATTS_RSP
*)(p_buf + 1);
446
memcpy(p_buf->p_rsp, p_msg, sizeof(
tBTA_GATTS_RSP
));
bta_gatts_int.h
130
tBTA_GATTS_RSP
*p_rsp;
/external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c
125
void btif_to_bta_response(
tBTA_GATTS_RSP
*p_dest, btgatt_response_t* p_src)
btif_gatt_server.c
452
tBTA_GATTS_RSP
rsp_struct;
/external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h
475
typedef tGATTS_RSP
tBTA_GATTS_RSP
;
[
all
...]
Completed in 794 milliseconds