Home
last modified time | relevance | path

Searched refs:sdp_client_rfcomm_protocol_id (Results 1 – 1 of 1) sorted by relevance

/btstack/src/classic/
H A Dsdp_client_rfcomm.c101 static uint32_t sdp_client_rfcomm_protocol_id = 0; variable
150 sdp_client_rfcomm_protocol_id = 0; in sdp_client_query_rfcomm_handle_service_class_list_data()
173sdp_client_rfcomm_protocol_id = big_endian_read_16(sdp_client_rfcomm_service_name, 0); in sdp_client_query_rfcomm_handle_service_class_list_data()
176sdp_client_rfcomm_protocol_id = big_endian_read_32(sdp_client_rfcomm_service_name, 0); in sdp_client_query_rfcomm_handle_service_class_list_data()
180sdp_client_rfcomm_protocol_id = big_endian_read_32(sdp_client_rfcomm_service_name, 0); in sdp_client_query_rfcomm_handle_service_class_list_data()
186 if (sdp_client_rfcomm_protocol_id == sdp_client_rfcomm_uuid16){ in sdp_client_query_rfcomm_handle_service_class_list_data()
229 sdp_client_rfcomm_protocol_id = 0; in sdp_client_query_rfcomm_handle_protocol_descriptor_list_data()
238 sdp_client_rfcomm_protocol_id = (sdp_client_rfcomm_protocol_id << 8) | data; in sdp_client_query_rfcomm_handle_protocol_descriptor_list_data()
268 if (sdp_client_rfcomm_protocol_id == BLUETOOTH_PROTOCOL_RFCOMM){ in sdp_client_query_rfcomm_handle_protocol_descriptor_list_data()