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 26 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src);
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_api.c 422 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg)
425 UINT16 len = sizeof(tBTA_GATTS_API_RSP) + sizeof(tBTA_GATTS_RSP);
438 p_buf->p_rsp = (tBTA_GATTS_RSP *)(p_buf + 1);
439 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 462 typedef tGATTS_RSP tBTA_GATTS_RSP;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 133 void btif_to_bta_response(tBTA_GATTS_RSP *p_dest, btgatt_response_t* p_src)
btif_gatt_server.c 441 tBTA_GATTS_RSP rsp_struct;

Completed in 67 milliseconds