HomeSort by relevance Sort by last modified time
    Searched refs:tGATT_CLCB (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 400 } tGATT_CLCB;
404 tGATT_CLCB *p_clcb;
414 tGATT_CLCB *p_clcb;
473 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/
566 extern tGATT_PENDING_ENC_CLCB* gatt_add_pending_enc_channel_clcb(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb );
620 extern tGATT_CLCB *gatt_clcb_alloc (UINT16 conn_id);
621 extern void gatt_clcb_dealloc (tGATT_CLCB *p_clcb);
645 extern void gatt_end_operation(tGATT_CLCB *p_clcb, tGATT_STATUS status, void *p_data);
647 extern void gatt_act_discovery(tGATT_CLCB *p_clcb);
648 extern void gatt_act_read(tGATT_CLCB *p_clcb, UINT16 offset)
    [all...]
gatt_cl.c 47 void gatt_send_prepare_write(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb);
79 void gatt_act_discovery(tGATT_CLCB *p_clcb)
128 void gatt_act_read (tGATT_CLCB *p_clcb, UINT16 offset)
216 void gatt_act_write (tGATT_CLCB *p_clcb, UINT8 sec_act)
289 void gatt_send_queue_write_cancel (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_EXEC_FLAG flag)
311 BOOLEAN gatt_check_write_long_terminate(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, tGATT_VALUE *p_rsp_value)
354 void gatt_send_prepare_write(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb)
405 void gatt_process_find_type_value_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT16 len, UINT8 *p_data)
448 void gatt_process_read_info_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 op_code,
504 void gatt_proc_disc_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 opcode
    [all...]
gatt_auth.c 43 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)
302 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB *p_clcb )
475 BOOLEAN gatt_security_check_start(tGATT_CLCB *p_clcb)
gatt_api.c 774 tGATT_CLCB *p_clcb;
820 tGATT_CLCB *p_clcb;
888 tGATT_CLCB *p_clcb;
    [all...]
gatt_utils.c     [all...]

Completed in 347 milliseconds