HomeSort by: relevance | last modified time | path
    Searched defs:control_psm (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/btdevctl/
sdp.c 275 int32_t control_psm, interrupt_psm, local in function:config_hid
282 control_psm = -1;
291 control_psm = parse_pdl(&value, SDP_UUID_PROTOCOL_L2CAP);
314 if (control_psm == -1
324 if (!prop_dictionary_set_int32(dict, BTHIDEVcontrolpsm, control_psm) ||
sdp.c 275 int32_t control_psm, interrupt_psm, local in function:config_hid
282 control_psm = -1;
291 control_psm = parse_pdl(&value, SDP_UUID_PROTOCOL_L2CAP);
314 if (control_psm == -1
324 if (!prop_dictionary_set_int32(dict, BTHIDEVcontrolpsm, control_psm) ||

Completed in 22 milliseconds