Searched refs:with_obex (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 1073 …_record(const uint32_t sdp_handle, const char *name, const uint16_t channel, const bool with_obex){ in create_base_record() argument 1075 channel, name, with_obex); in create_base_record() 1079 int num_proto_elements = with_obex ? 3 : 2; in create_base_record() 1089 if (with_obex == TRUE) { in create_base_record() 1098 stage, channel, name, with_obex); in create_base_record() 1106 stage, channel, name, with_obex); in create_base_record() 1117 stage, channel, name, with_obex); in create_base_record() 1131 stage, channel, name, with_obex); in create_base_record() 1142 stage, channel, name, with_obex); in create_base_record() 1149 sdp_handle, channel, name, with_obex); in create_base_record()
|