HomeSort by relevance Sort by last modified time
    Searched refs:UUID_SERVCLASS_GN (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 141 if (uuid == UUID_SERVCLASS_GN)
144 sec_mask, BT_PSM_BNEP, BTM_SEC_PROTO_BNEP, UUID_SERVCLASS_GN))
146 sec_mask, BT_PSM_BNEP, BTM_SEC_PROTO_BNEP, UUID_SERVCLASS_GN)))
pan_api.c 213 pan_cb.pan_gn_sdp_handle = pan_register_with_sdp (UUID_SERVCLASS_GN, p_sec[1], p_gn_name, p_desc);
215 bta_sys_add_uuid(UUID_SERVCLASS_GN);
226 bta_sys_remove_uuid(UUID_SERVCLASS_GN);
352 dst_uuid.uu.uuid16 = UUID_SERVCLASS_GN;
374 src_uuid.uu.uuid16 = UUID_SERVCLASS_GN;
pan_main.c 197 remote_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
207 local_uuid->uu.uuid16 != UUID_SERVCLASS_GN)
217 ((!(pan_cb.role & UUID_SERVCLASS_GN))
218 && local_uuid->uu.uuid16 == UUID_SERVCLASS_GN) ||
230 else if (local_uuid->uu.uuid16 == UUID_SERVCLASS_GN)
388 else if (pcb->src_uuid == UUID_SERVCLASS_GN)
395 else if (pcb->dst_uuid == UUID_SERVCLASS_GN)
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 386 bta_sys_add_uuid(UUID_SERVCLASS_GN);
388 bta_sys_remove_uuid(UUID_SERVCLASS_GN);
402 bta_sys_remove_uuid(UUID_SERVCLASS_GN);
435 bta_sys_remove_uuid(UUID_SERVCLASS_GN);
  /external/bluetooth/bluedroid/stack/include/
sdpdefs.h 210 #define UUID_SERVCLASS_GN 0X1117 /* PAN profile */
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 82 UUID_SERVCLASS_GN,
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 144 UUID_SERVCLASS_GN, /* BTA_GN_SERVICE_ID */
    [all...]

Completed in 309 milliseconds