HomeSort by relevance Sort by last modified time
    Searched refs:tGATTS_RSP (Results 1 - 8 of 8) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 170 tGATTS_RSP rsp_msg ;
173 memset(&rsp_msg, 0, sizeof(tGATTS_RSP));
gatt_sr.c 121 tGATTS_RSP *p_msg, UINT16 mtu)
123 tGATTS_RSP *p_rsp;
125 BT_HDR *p_buf = (BT_HDR *)GKI_getbuf((UINT16)sizeof(tGATTS_RSP));
138 memcpy((void *)p_buf, (const void *)p_msg, sizeof(tGATTS_RSP));
169 p_rsp = (tGATTS_RSP *)GKI_getfirst (&p_cmd->multi_rsp_q);
173 p_rsp = (tGATTS_RSP *)GKI_getnext (p_rsp);
260 tGATT_STATUS status, tGATTS_RSP *p_msg)
402 tGATTS_RSP *p_msg;
470 if ((p_msg = (tGATTS_RSP *)GKI_getbuf(sizeof(tGATTS_RSP))) != NULL
    [all...]
gatt_int.h 608 extern tGATT_STATUS gatt_sr_process_app_rsp (tGATT_TCB *p_tcb, tGATT_IF gatt_if, UINT32 trans_id, UINT8 op_code, tGATT_STATUS status, tGATTS_RSP *p_msg);
gatt_api.c 713 tGATT_STATUS status, tGATTS_RSP *p_msg)
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 345 tGATT_STATUS gap_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp)
428 tGATTS_RSP rsp_msg;
433 memset(&rsp_msg, 0, sizeof(tGATTS_RSP));
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 320 } tGATTS_RSP;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 462 typedef tGATTS_RSP tBTA_GATTS_RSP;
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 562 (tGATTS_RSP *)p_msg->api_rsp.p_rsp) != GATT_SUCCESS)

Completed in 28 milliseconds