Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dsdptool.c1483 uint8_t netid = si->network ? si->network : 0x01; // ???? profile document in add_headset_ag() local
1484 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); in add_headset_ag()
1622 uint8_t netid = si->network ? si->network : 0x01; // ???? profile document in add_handsfree_ag() local
1623 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); in add_handsfree_ag()
2578 uint8_t netid = si->network ? si->network : 0x02; // 0x02 = ISDN, 0x03 = GSM in add_cip() local
2579 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); in add_cip()
2640 uint8_t netid = si->network ? si->network : 0x02; // 0x01-0x07 cf. p120 profile document in add_ctp() local
2641 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); in add_ctp()
/external/bluetooth/bluez/audio/
Dmanager.c352 uint8_t netid = 0x01; in hfp_ag_record() local
354 sdp_data_t *network = sdp_data_alloc(SDP_UINT8, &netid); in hfp_ag_record()