OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tGATT_CLCB
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c
48
void gatt_send_prepare_write(tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb);
80
void gatt_act_discovery(
tGATT_CLCB
*p_clcb)
136
void gatt_act_read (
tGATT_CLCB
*p_clcb, UINT16 offset)
224
void gatt_act_write (
tGATT_CLCB
*p_clcb, UINT8 sec_act)
297
void gatt_send_queue_write_cancel (tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb, tGATT_EXEC_FLAG flag)
319
BOOLEAN gatt_check_write_long_terminate(tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb, tGATT_VALUE *p_rsp_value)
362
void gatt_send_prepare_write(tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb)
413
void gatt_process_find_type_value_rsp (tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb, UINT16 len, UINT8 *p_data)
458
void gatt_process_read_info_rsp(tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb, UINT8 op_code,
517
void gatt_proc_disc_error_rsp(tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb, UINT8 opcode
[
all
...]
gatt_int.h
418
}
tGATT_CLCB
;
422
tGATT_CLCB
*p_clcb;
432
tGATT_CLCB
*p_clcb;
503
tGATT_CLCB
clcb[GATT_CL_MAX_LCB]; /* connection link control block*/
594
extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb,
tGATT_CLCB
*p_clcb );
649
extern
tGATT_CLCB
*gatt_clcb_alloc (UINT16 conn_id);
650
extern void gatt_clcb_dealloc (
tGATT_CLCB
*p_clcb);
674
extern void gatt_end_operation(
tGATT_CLCB
*p_clcb, tGATT_STATUS status, void *p_data);
676
extern void gatt_act_discovery(
tGATT_CLCB
*p_clcb);
677
extern void gatt_act_read(
tGATT_CLCB
*p_clcb, UINT16 offset)
[
all
...]
gatt_auth.c
44
static BOOLEAN gatt_sign_data (
tGATT_CLCB
*p_clcb)
132
void gatt_sec_check_complete(BOOLEAN sec_check_ok,
tGATT_CLCB
*p_clcb, UINT8 sec_act)
313
tGATT_SEC_ACTION gatt_determine_sec_act(
tGATT_CLCB
*p_clcb )
475
BOOLEAN gatt_security_check_start(
tGATT_CLCB
*p_clcb)
gatt_utils.c
[
all
...]
gatt_api.c
781
tGATT_CLCB
*p_clcb;
830
tGATT_CLCB
*p_clcb;
898
tGATT_CLCB
*p_clcb;
[
all
...]
Completed in 602 milliseconds