Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_api.cc496 tGATT_TCB* p_tcb, std::vector<tGATT_VALUE> gatt_notif_vector) { in GATTS_HandleMultipleValueNotification() argument
511 for (auto notif : gatt_notif_vector) { in GATTS_HandleMultipleValueNotification()
551 static std::vector<tGATT_VALUE> gatt_notif_vector(2); in GATTS_HandleValueNotification() local
572 p_gatt_notif = &gatt_notif_vector[0]; in GATTS_HandleValueNotification()
587 p_gatt_notif = &gatt_notif_vector[1]; in GATTS_HandleValueNotification()
595 return GATTS_HandleMultipleValueNotification(p_tcb, gatt_notif_vector); in GATTS_HandleValueNotification()