Searched refs:tGATTS_RSP (Results 1 – 7 of 7) sorted by relevance
/external/bluetooth/bluedroid/stack/gatt/ |
D | gatt_sr.c | 121 tGATTS_RSP *p_msg, UINT16 mtu) in process_read_multi_rsp() 123 tGATTS_RSP *p_rsp; in process_read_multi_rsp() 125 BT_HDR *p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(tGATTS_RSP)); in process_read_multi_rsp() 138 memcpy((void *)p_buf, (const void *)p_msg, sizeof(tGATTS_RSP)); in process_read_multi_rsp() 169 p_rsp = (tGATTS_RSP *)GKI_getfirst (&p_cmd->multi_rsp_q); in process_read_multi_rsp() 173 p_rsp = (tGATTS_RSP *)GKI_getnext (p_rsp); in process_read_multi_rsp() 260 tGATT_STATUS status, tGATTS_RSP *p_msg) in gatt_sr_process_app_rsp() 390 tGATTS_RSP *p_msg; in gatt_process_read_multi_req() 458 if ((p_msg = (tGATTS_RSP *)GKI_getbuf(sizeof(tGATTS_RSP))) != NULL) in gatt_process_read_multi_req() 460 memset(p_msg, 0, sizeof(tGATTS_RSP)) in gatt_process_read_multi_req()
|
D | gatt_attr.c | 170 tGATTS_RSP rsp_msg ; in gatt_profile_request_cback() 173 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gatt_profile_request_cback()
|
D | gatt_int.h | 596 … *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
|
D | gatt_api.c | 713 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp()
|
/external/bluetooth/bluedroid/stack/include/ |
D | gatt_api.h | 317 } tGATTS_RSP; typedef 880 tGATT_STATUS status, tGATTS_RSP *p_msg);
|
/external/bluetooth/bluedroid/bta/include/ |
D | bta_gatt_api.h | 459 typedef tGATTS_RSP tBTA_GATTS_RSP;
|
/external/bluetooth/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 563 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) in bta_gatts_send_rsp()
|