Lines Matching refs:client_callbacks
59 static btstack_packet_handler_t client_callbacks[NUM_TYPES]; variable
98 (*client_callbacks[last_sender])(HCI_EVENT_PACKET, 0, &event[0], pos); in gatt_bearer_emit_can_send_now()
112 (*client_callbacks[type_id])(HCI_EVENT_PACKET, 0, &event[0], sizeof(event)); in gatt_bearer_emit_message_sent()
118 if ( client_callbacks[i] == NULL) continue; in gatt_bearer_emit_event_for_all()
119 (*client_callbacks[last_sender])(HCI_EVENT_PACKET, 0, packet, size); in gatt_bearer_emit_event_for_all()
180 if (!client_callbacks[msg_type]){ in packet_handler()
234 if ((*client_callbacks[msg_type])){ in packet_handler()
235 …(*client_callbacks[msg_type])(MESH_PROXY_DATA_PACKET, 0, sar_buffer.reassembly_buffer, reassembly_… in packet_handler()
289 client_callbacks[MESH_MSG_TYPE_NETWORK_PDU] = _packet_handler; in gatt_bearer_register_for_network_pdu()
292 client_callbacks[MESH_MSG_TYPE_BEACON] = _packet_handler; in gatt_bearer_register_for_beacon()
295 client_callbacks[MESH_MSG_TYPE_PROXY_CONFIGURATION] = _packet_handler; in gatt_bearer_register_for_mesh_proxy_configuration()