Lines Matching refs:data
211 const uint8_t data[] = {}; in TEST() local
212 mock_gatt_client_send_notification(ancs_notification_source_characteristic, data, sizeof(data)); in TEST()
228 const uint8_t data[] = { 0, 0,0,0,0, 1, 1, 0, 'a', 2, 0, 0}; in TEST() local
229 mock_gatt_client_send_notification(ancs_data_source_characteristic, data, sizeof(data)); in TEST()
246 const uint8_t data[] = { 0, 0,0,0,0, 1, 1, 0, 'a', 2, 0, 0}; in TEST() local
247 mock_gatt_client_send_notification(ancs_data_source_characteristic, data, sizeof(data)); in TEST()
254 const uint8_t data[] = {}; in TEST() local
255 …send_notification_with_handle(ancs_notification_source_characteristic, 0x0001, data, sizeof(data)); in TEST()
262 const uint8_t data[] = {}; in TEST() local
263 …t_send_indication_with_handle(ancs_notification_source_characteristic, 0x0001, data, sizeof(data)); in TEST()
271 const uint8_t data[] = {1,2,3,4,5,6}; in TEST() local
272 mock_gatt_client_send_notification(ancs_data_source_characteristic, data, sizeof(data)); in TEST()