Searched refs:tGATTS_RSP (Results 1 – 11 of 11) sorted by relevance
/system/bt/stack/srvc/ |
D | srvc_eng.c | 217 UINT8 srvc_eng_process_read_req (UINT8 clcb_idx, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp, tGATT_S… in srvc_eng_process_read_req() 240 UINT8 srvc_eng_process_write_req (UINT8 clcb_idx, tGATT_WRITE_REQ *p_data, tGATTS_RSP *p_rsp, tGATT… in srvc_eng_process_write_req() 272 tGATTS_RSP rsp_msg ; in srvc_eng_s_request_cback() 278 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in srvc_eng_s_request_cback() 458 void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp) in srvc_sr_rsp()
|
D | srvc_eng_int.h | 81 extern void srvc_sr_rsp(UINT8 clcb_idx, tGATT_STATUS st, tGATTS_RSP *p_rsp);
|
D | srvc_battery.c | 310 tGATTS_RSP rsp; in Battery_Rsp() 324 memset(&rsp, 0, sizeof(tGATTS_RSP)); in Battery_Rsp()
|
/system/bt/stack/gatt/ |
D | gatt_sr.c | 124 tGATTS_RSP *p_msg, UINT16 mtu) in process_read_multi_rsp() 126 tGATTS_RSP *p_rsp = NULL; in process_read_multi_rsp() 128 BT_HDR *p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(tGATTS_RSP)); in process_read_multi_rsp() 141 memcpy((void *)p_buf, (const void *)p_msg, sizeof(tGATTS_RSP)); in process_read_multi_rsp() 172 p_rsp = (tGATTS_RSP *)GKI_getfirst (&p_cmd->multi_rsp_q); in process_read_multi_rsp() 176 p_rsp = (tGATTS_RSP *)GKI_getnext (p_rsp); in process_read_multi_rsp() 263 tGATT_STATUS status, tGATTS_RSP *p_msg) in gatt_sr_process_app_rsp() 402 tGATTS_RSP *p_msg; in gatt_process_read_multi_req() 470 if ((p_msg = (tGATTS_RSP *)GKI_getbuf(sizeof(tGATTS_RSP))) != NULL) in gatt_process_read_multi_req() 472 memset(p_msg, 0, sizeof(tGATTS_RSP)) in gatt_process_read_multi_req()
|
D | gatt_attr.c | 187 tGATTS_RSP rsp_msg ; in gatt_request_cback() 190 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gatt_request_cback()
|
D | gatt_int.h | 636 … *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
|
D | gatt_api.c | 720 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp()
|
/system/bt/stack/gap/ |
D | gap_ble.c | 278 tGATT_STATUS gap_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp) in gap_proc_read() 332 tGATTS_RSP rsp_msg; in gap_ble_s_attr_request_cback() 337 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gap_ble_s_attr_request_cback()
|
/system/bt/stack/include/ |
D | gatt_api.h | 330 } tGATTS_RSP; typedef 899 tGATT_STATUS status, tGATTS_RSP *p_msg);
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 518 typedef tGATTS_RSP tBTA_GATTS_RSP;
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.c | 619 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) in bta_gatts_send_rsp()
|