Searched refs:att_server_multiple_notify (Results 1 – 3 of 3) sorted by relevance
/btstack/src/ble/ |
H A D | att_server.h | 155 uint8_t att_server_multiple_notify(hci_con_handle_t con_handle, uint8_t num_attributes,
|
H A D | att_server.c | 1439 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 D | gatt_server_test.cpp | 492 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()
|