OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATT_SR_MSG
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_int.h
146
}
tGATT_SR_MSG
;
548
extern BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code,
tGATT_SR_MSG
*p_msg);
att_protocol.c
385
BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code,
tGATT_SR_MSG
*p_msg)
gatt_api.c
637
if ( (p_msg = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_IND, (
tGATT_SR_MSG
*)&indication)) != NULL)
692
p_buf = attp_build_sr_msg (p_tcb, GATT_HANDLE_VALUE_NOTIF, (
tGATT_SR_MSG
*)¬if);
[
all
...]
gatt_sr.c
291
p_tcb->sr_cmd.p_rsp_msg = attp_build_sr_msg (p_tcb, (UINT8)(op_code + 1), (
tGATT_SR_MSG
*)p_msg);
930
if ((p_buf = attp_build_sr_msg(p_tcb, GATT_RSP_MTU, (
tGATT_SR_MSG
*) &p_tcb->payload_size)) != NULL)
[
all
...]
gatt_utils.c
[
all
...]
Completed in 27 milliseconds