Searched refs:spp_create_sdp_record (Results 1 – 19 of 19) sorted by relevance
/btstack/src/classic/ |
H A D | spp_server.h | 63 void spp_create_sdp_record(uint8_t *service, uint32_t service_record_handle, int rfcomm_channel, co…
|
H A D | spp_server.c | 139 void spp_create_sdp_record(uint8_t *service, uint32_t service_record_handle, int rfcomm_channel, co… in spp_create_sdp_record() function
|
/btstack/platform/daemon/example/ |
H A D | rfcomm_echo.c | 112 … spp_create_sdp_record((uint8_t*)service_buffer, 0x10001, rfcomm_channel_nr, "SPP ECHO"); in packet_handler()
|
H A D | rfcomm_test.c | 128 … spp_create_sdp_record((uint8_t*) spp_service_buffer, 0x10001, rfcomm_channel_nr, "RFCOMM Test"); in packet_handler()
|
/btstack/test/sdp_client/ |
H A D | sdp_rfcomm_query.cpp | 129 spp_create_sdp_record(record_start, 0x10001, expected_channel[i], expected_name[i]); in TEST()
|
/btstack/example/ |
H A D | spp_flowcontrol.c | 94 spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), 1, "SPP Counter"); in spp_service_setup()
|
H A D | spp_counter.c | 104 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in spp_service_setup()
|
H A D | ant_test.c | 246 spp_create_sdp_record(spp_service_buffer, 0x10001, RFCOMM_SERVER_CHANNEL, "SPP Counter"); in btstack_main()
|
H A D | spp_streamer.c | 302 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in btstack_main()
|
H A D | spp_and_gatt_counter.c | 272 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in btstack_main()
|
H A D | spp_and_gatt_streamer.c | 459 …spp_create_sdp_record(spp_service_buffer, sdp_create_service_record_handle(), RFCOMM_SERVER_CHANNE… in btstack_main()
|
/btstack/test/classic-oob-pairing/ |
H A D | spp_counter.c | 104 spp_create_sdp_record(spp_service_buffer, 0x10001, RFCOMM_SERVER_CHANNEL, "SPP Counter"); in spp_service_setup()
|
/btstack/port/archive/ez430-rf2560/example/ |
H A D | spp_accel.c | 222 spp_create_sdp_record((uint8_t*) spp_service_buffer, 1, "SPP Accel"); in btstack_main()
|
/btstack/port/archive/msp-exp430f5438-cc2564b/example/ |
H A D | spp_accel.c | 223 spp_create_sdp_record( (uint8_t*) spp_service_buffer, 0x10001, 1, "SPP Accel"); in btstack_main()
|
/btstack/tool/migration_to_v1.0/ |
H A D | migration.cocci | 205 - spp_create_sdp_record(E1, E2, E3) 207 + spp_create_sdp_record(E1, 0x10001, E2, E3)
|
H A D | migration.sed | 99 s/sdp_create_spp_service/spp_create_sdp_record/g
|
/btstack/test/sdp/ |
H A D | sdp_record_builder.cpp | 509 spp_create_sdp_record(service_buffer, 0, 0, test_string); in TEST()
|
/btstack/doc/manual/docs-template/ |
H A D | profiles.md | 207 *spp_create_sdp_record* function in that requires an empty buffer of
|
H A D | protocols.md | 632 *spp_create_sdp_record* from with a pointer to a buffer to store the
|