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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c 202 GATTS_SendRsp (conn_id, trans_id, status, &rsp_msg);
gatt_api.c 700 ** Function GATTS_SendRsp
712 tGATT_STATUS GATTS_SendRsp (UINT16 conn_id, UINT32 trans_id,
721 GATT_TRACE_API3 ("GATTS_SendRsp: conn_id: %u trans_id: %u Status: 0x%04x",
726 GATT_TRACE_ERROR1 ("GATTS_SendRsp Unknown conn_id: %u ", conn_id);
732 GATT_TRACE_ERROR2 ("GATTS_SendRsp conn_id: %u waiting for op_code = %02x",
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h     [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 559 if (GATTS_SendRsp (p_msg->api_rsp.hdr.layer_specific,
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 464 GATTS_SendRsp (conn_id, trans_id, status, &rsp_msg);

Completed in 24 milliseconds