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

  /system/bt/stack/gatt/
gatt_int.h 327 } tGATT_CLCB;
329 typedef struct { tGATT_CLCB* p_clcb; } tGATT_PENDING_ENC_CLCB;
381 tGATT_CLCB clcb[GATT_CL_MAX_LCB]; /* connection link control block*/
469 tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb);
523 extern tGATT_CLCB* gatt_clcb_alloc(uint16_t conn_id);
524 extern void gatt_clcb_dealloc(tGATT_CLCB* p_clcb);
555 extern void gatt_end_operation(tGATT_CLCB* p_clcb, tGATT_STATUS status,
558 extern void gatt_act_discovery(tGATT_CLCB* p_clcb);
559 extern void gatt_act_read(tGATT_CLCB* p_clcb, uint16_t offset);
560 extern void gatt_act_write(tGATT_CLCB* p_clcb, uint8_t sec_act)
    [all...]
gatt_cl.cc 48 void gatt_send_prepare_write(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb);
77 void gatt_act_discovery(tGATT_CLCB* p_clcb) {
130 void gatt_act_read(tGATT_CLCB* p_clcb, uint16_t offset) {
211 void gatt_act_write(tGATT_CLCB* p_clcb, uint8_t sec_act) {
269 void gatt_send_queue_write_cancel(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
291 bool gatt_check_write_long_terminate(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb,
330 void gatt_send_prepare_write(tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb) {
376 tGATT_CLCB* p_clcb, uint16_t len,
424 tGATT_CLCB* p_clcb, UNUSED_ATTR uint8_t op_code,
476 void gatt_proc_disc_error_rsp(UNUSED_ATTR tGATT_TCB* p_tcb, tGATT_CLCB* p_clcb
    [all...]
gatt_auth.cc 44 static bool gatt_sign_data(tGATT_CLCB* p_clcb) {
129 void gatt_sec_check_complete(bool sec_check_ok, tGATT_CLCB* p_clcb,
283 tGATT_SEC_ACTION gatt_determine_sec_act(tGATT_CLCB* p_clcb) {
423 bool gatt_security_check_start(tGATT_CLCB* p_clcb) {
gatt_utils.cc 706 tGATT_CLCB* p_clcb = &gatt_cb.clcb[clcb_idx];
714 // TODO: The tGATT_CLCB memory and state management needs cleanup,
763 tGATT_CLCB* p_clcb = (tGATT_CLCB*)data;
    [all...]
gatt_api.cc 662 tGATT_CLCB* p_clcb;
789 tGATT_CLCB* p_clcb;
849 tGATT_CLCB* p_clcb;
933 tGATT_CLCB* p_clcb;
    [all...]

Completed in 51 milliseconds