Home
last modified time | relevance | path

Searched refs:tGATTS_RSP (Results 1 – 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_sr.c121 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()
Dgatt_attr.c170 tGATTS_RSP rsp_msg ; in gatt_profile_request_cback()
173 memset(&rsp_msg, 0, sizeof(tGATTS_RSP)); in gatt_profile_request_cback()
Dgatt_int.h596 … *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
Dgatt_api.c713 tGATT_STATUS status, tGATTS_RSP *p_msg) in GATTS_SendRsp()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h317 } tGATTS_RSP; typedef
880 tGATT_STATUS status, tGATTS_RSP *p_msg);
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h459 typedef tGATTS_RSP tBTA_GATTS_RSP;
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c563 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS) in bta_gatts_send_rsp()