Searched refs:enable_notify (Results 1 – 1 of 1) sorted by relevance
/btstack/test/gatt_service_server/ |
H A D | battery_service_server_test.cpp | 55 const uint8_t enable_notify[]= { 0x1, 0x0 }; in TEST() local 56 …e_handle_client_configuration, ATT_TRANSACTION_MODE_NONE, 0, enable_notify, sizeof(enable_notify)); in TEST() 81 const uint8_t enable_notify[]= { 0x1, 0x0 }; in TEST() local 82 …e_handle_client_configuration, ATT_TRANSACTION_MODE_NONE, 0, enable_notify, sizeof(enable_notify)); in TEST() 94 const uint8_t enable_notify[]= { 0x1, 0x0 }; in TEST() local 97 …dle_client_configuration + 10, ATT_TRANSACTION_MODE_NONE, 0, enable_notify, sizeof(enable_notify)); in TEST() 102 …client_configuration + 10, ATT_TRANSACTION_MODE_VALIDATE, 0, enable_notify, sizeof(enable_notify)); in TEST()
|