Home | History | Annotate | Download | only in gatt

Lines Matching refs:BT_HDR

251     BT_HDR      *p_cmd;
269 BT_HDR *p_rsp_msg;
413 BT_HDR hdr;
419 BT_HDR hdr;
421 BT_HDR *p_data;
527 extern void gatt_data_process (tGATT_TCB *p_tcb, BT_HDR *p_buf);
548 extern BT_HDR *attp_build_sr_msg(tGATT_TCB *p_tcb, UINT8 op_code, tGATT_SR_MSG *p_msg);
549 extern tGATT_STATUS attp_send_sr_msg (tGATT_TCB *p_tcb, BT_HDR *p_msg);
550 extern BOOLEAN attp_send_msg_to_L2CAP(tGATT_TCB *p_tcb, BT_HDR *p_toL2CAP);
653 extern BOOLEAN gatt_cmd_enq(tGATT_TCB *p_tcb, UINT16 clcb_idx, BOOLEAN to_send, UINT8 op_code, BT_HDR *p_buf);
660 extern void gatt_verify_signature(tGATT_TCB *p_tcb, BT_HDR *p_buf);
671 extern tGATT_STATUS gatts_db_read_attr_value_by_type (tGATT_TCB *p_tcb, tGATT_SVC_DB *p_db, UINT8 op_code, BT_HDR *p_rsp, UINT16 s_handle,