Home
last modified time | relevance | path

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

/btstack/src/ble/
H A Datt_server.h155 uint8_t att_server_multiple_notify(hci_con_handle_t con_handle, uint8_t num_attributes,
H A Datt_server.c1439 uint8_t att_server_multiple_notify(hci_con_handle_t con_handle, uint8_t num_attributes, in att_server_multiple_notify() function
/btstack/test/gatt_server/
H A Dgatt_server_test.cpp492 TEST(ATT_SERVER, att_server_multiple_notify) { in TEST() argument
502 …uint8_t status = att_server_multiple_notify(att_con_handle, 1, attribute_handles, value_data, valu… in TEST()
506 …status = att_server_multiple_notify(HCI_CON_HANDLE_INVALID, 1, attribute_handles, value_data, valu… in TEST()