Searched refs:mock_call_att_server_packet_handler (Results 1 – 2 of 2) sorted by relevance
/btstack/test/gatt_server/ |
H A D | gatt_server_test.cpp | 33 extern "C" void mock_call_att_server_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t … 279 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], att_request_… in TEST() 288 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], att_request_… in TEST() 296 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], att_request_… in TEST() 310 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], att_request_… in TEST() 317 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], att_request_… in TEST() 324 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], ATT_REQUEST_… in TEST() 343 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], value_length… in TEST() 346 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], value_length… in TEST() 349 …mock_call_att_server_packet_handler(ATT_DATA_PACKET, att_con_handle, &att_request[0], value_length… in TEST() [all …]
|
H A D | mock.c | 313 void mock_call_att_server_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, ui… in mock_call_att_server_packet_handler() function
|