Home | History | Annotate | Download | only in srvc

Lines Matching full:uint8

34 static void srvc_eng_s_request_cback (UINT16 conn_id, UINT32 trans_id, UINT8 op_code, tGATTS_DATA *p_data);
71 UINT8 i_clcb;
96 UINT8 i_clcb;
120 UINT8 i_clcb;
142 UINT8 srvc_eng_find_clcb_idx_by_conn_id(UINT16 conn_id)
144 UINT8 i_clcb;
168 UINT8 i_clcb = 0;
195 UINT8 i_clcb = 0;
215 UINT8 srvc_eng_process_read_req (UINT8 clcb_idx, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status)
218 UINT8 act = SRVC_ACT_RSP;
238 UINT8 srvc_eng_process_write_req (UINT8 clcb_idx, tGATT_WRITE_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_STATUS *p_status)
240 UINT8 act = SRVC_ACT_RSP;
269 UINT8 status = GATT_INVALID_PDU;
271 UINT8 act = SRVC_ACT_IGNORE;
272 UINT8 clcb_idx = srvc_eng_find_clcb_idx_by_conn_id(conn_id);
384 BOOLEAN srvc_eng_request_channel (BD_ADDR remote_bda, UINT8 srvc_id )
456 void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp)
468 void srvc_sr_notify(BD_ADDR remote_bda, UINT16 handle, UINT16 len, UINT8 *p_value)