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

  /system/bt/stack/gatt/
att_protocol.c 472 gatt_cmd_enq(p_tcb, clcb_idx, FALSE, cmd_code, NULL);
481 gatt_cmd_enq(p_tcb, clcb_idx, TRUE, cmd_code, p_cmd);
gatt_int.h 663 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
gatt_utils.c 2068 BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf) function
    [all...]

Completed in 439 milliseconds