mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 22:20:37 +00:00
migration: update SDP Query rules
This commit is contained in:
parent
e144ca4489
commit
6aa9889be6
@ -152,6 +152,15 @@ type T;
|
|||||||
+ T fn(uint8_t packet_type, uint16_t channel, uint8_t * packet, uint16_t size)
|
+ T fn(uint8_t packet_type, uint16_t channel, uint8_t * packet, uint16_t size)
|
||||||
{ ... }
|
{ ... }
|
||||||
|
|
||||||
|
// RFCOMM
|
||||||
|
|
||||||
|
// track calls to rfcomm_register_packet_handler
|
||||||
|
@rfcomm_register_packet_handler@
|
||||||
|
identifier sdp_client_callback;
|
||||||
|
expression E1, E2, E3, E4;
|
||||||
|
@@
|
||||||
|
- sdp_query_rfcomm_register_callback(rfcomm_callback);
|
||||||
|
|
||||||
|
|
||||||
// GATT Client
|
// GATT Client
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user