Searched refs:mesh_provisioning_service_packet_handler (Results 1 – 1 of 1) sorted by relevance
/btstack/src/mesh/gatt-service/ |
H A D | mesh_provisioning_service_server.c | 76 static btstack_packet_handler_t mesh_provisioning_service_packet_handler; variable 85 mesh_provisioning_service_packet_handler(HCI_EVENT_PACKET, 0, event, sizeof(event)); in mesh_provisioning_service_emit_link_open() 92 mesh_provisioning_service_packet_handler(HCI_EVENT_PACKET, 0, event, sizeof(event)); in mesh_provisioning_service_emit_link_close() 136 if (!mesh_provisioning_service_packet_handler) return 0; in mesh_provisioning_service_write_callback() 143 …(*mesh_provisioning_service_packet_handler)(PROVISIONING_DATA_PACKET, con_handle, buffer, buffer_s… in mesh_provisioning_service_write_callback() 238 if (!mesh_provisioning_service_packet_handler) return; in mesh_provisioning_service_can_send_now() 244 (*mesh_provisioning_service_packet_handler)(HCI_EVENT_PACKET, 0, buffer, sizeof(buffer)); in mesh_provisioning_service_can_send_now() 259 mesh_provisioning_service_packet_handler = callback; in mesh_provisioning_service_server_register_packet_handler()
|