Searched refs:provisioning_device_packet_handler (Results 1 – 1 of 1) sorted by relevance
139 static btstack_packet_handler_t provisioning_device_packet_handler; variable227 if (!provisioning_device_packet_handler) return; in mesh_emit_attention_timer_event()230 provisioning_device_packet_handler(HCI_EVENT_PACKET, 0, event, sizeof(event)); in mesh_emit_attention_timer_event()295 if (provisioning_device_packet_handler == NULL) return; in mesh_provisioning_message_handler()298 (*provisioning_device_packet_handler)(packet_type, channel, packet, size); in mesh_provisioning_message_handler()1273 provisioning_device_packet_handler = packet_handler; in mesh_register_provisioning_device_packet_handler()