Home
last modified time | relevance | path

Searched refs:GATTS_HandleValueNotification (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/srvc/
Dsrvc_eng.c457 GATTS_HandleValueNotification( conn_id, handle, len, p_value); in srvc_sr_notify()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h873 GATT_API extern tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle,
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c646 status = GATTS_HandleValueNotification (p_msg->api_indicate.hdr.layer_specific, in bta_gatts_indicate_handle()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c666 tGATT_STATUS GATTS_HandleValueNotification (UINT16 conn_id, UINT16 attr_handle, in GATTS_HandleValueNotification() function