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

  /external/bluetooth/bluedroid/btif/include/
btif_gatt_util.h 28 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_api.c 427 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg)
430 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP);
443 p_buf->p_rsp = (tBTA_GATTS_RSP *)(p_buf + 1);
444 memcpy(p_buf->p_rsp, p_msg, sizeof(tBTA_GATTS_RSP));
bta_gatts_int.h 130 tBTA_GATTS_RSP *p_rsp;
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 518 typedef tGATTS_RSP tBTA_GATTS_RSP;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 123 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src)
btif_gatt_server.c 489 tBTA_GATTS_RSP rsp_struct;

Completed in 41 milliseconds