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

  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 456 GATTS_HandleValueNotification( conn_id, handle, len, p_value);
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 859 ** Function GATTS_HandleValueNotification
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c 645 status = GATTS_HandleValueNotification (p_msg->api_indicate.hdr.layer_specific,
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 654 ** Function GATTS_HandleValueNotification
666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
677 GATT_TRACE_API0 ("GATTS_HandleValueNotification");
681 GATT_TRACE_ERROR1 ("GATTS_HandleValueNotification Unknown conn_id: %u ", conn_id);
    [all...]

Completed in 78 milliseconds