OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_proto
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/hcidump/parser/
parser.h
202
void
set_proto
(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto);
sdp.c
354
set_proto
(frm->handle, *psm, 0, uuid);
359
set_proto
(frm->handle, *psm, *channel, uuid);
parser.c
69
void
set_proto
(uint16_t handle, uint16_t psm, uint8_t channel, uint32_t proto)
function
/external/bluetooth/hcidump/src/
hcidump.c
966
set_proto
(0, atoi(optarg), 0, SDP_UUID_CMTP);
970
set_proto
(0, atoi(optarg), 0, SDP_UUID_HARDCOPY_CONTROL_CHANNEL);
974
set_proto
(0, 0, atoi(optarg), SDP_UUID_OBEX);
978
set_proto
(0, 0, atoi(optarg), SDP_UUID_LAN_ACCESS_PPP);
Completed in 76 milliseconds