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

  /system/bt/btif/include/
btif_gatt_util.h 28 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src);
  /system/bt/bta/gatt/
bta_gatts_api.c 364 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg)
366 const size_t len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP);
374 p_buf->p_rsp = (tBTA_GATTS_RSP *)(p_buf + 1);
375 memcpy(p_buf->p_rsp, p_msg, sizeof(tBTA_GATTS_RSP));
bta_gatts_int.h 130 tBTA_GATTS_RSP *p_rsp;
  /system/bt/btif/src/
btif_gatt_util.c 112 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src)
btif_gatt_server.c 499 tBTA_GATTS_RSP rsp_struct;
  /system/bt/bta/include/
bta_gatt_api.h 458 typedef tGATTS_RSP tBTA_GATTS_RSP;
    [all...]

Completed in 66 milliseconds