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

  /external/bluetooth/bluedroid/stack/pan/
pan_api.c 119 ** PAN_ROLE_CLIENT is for PANU role
147 if ((!(role & (PAN_ROLE_CLIENT | PAN_ROLE_GN_SERVER | PAN_ROLE_NAP_SERVER))) &&
237 if (role & PAN_ROLE_CLIENT)
250 else if (pan_cb.role & PAN_ROLE_CLIENT)
284 ** PAN_ROLE_CLIENT is for PANU role
319 if ((src_role != PAN_ROLE_CLIENT && src_role != PAN_ROLE_GN_SERVER && src_role != PAN_ROLE_NAP_SERVER) ||
320 (dst_role != PAN_ROLE_CLIENT && dst_role != PAN_ROLE_GN_SERVER && dst_role != PAN_ROLE_NAP_SERVER))
330 if (src_role == PAN_ROLE_CLIENT)
344 if (dst_role == PAN_ROLE_CLIENT)
362 else if (dst_role == PAN_ROLE_CLIENT)
    [all...]
pan_main.c 229 req_role = PAN_ROLE_CLIENT;
283 pan_cb.active_role == PAN_ROLE_CLIENT))
387 pan_cb.active_role = PAN_ROLE_CLIENT;
394 peer_role = PAN_ROLE_CLIENT;
  /external/bluetooth/bluedroid/bta/include/
bta_pan_api.h 52 #define BTA_PAN_ROLE_PANU PAN_ROLE_CLIENT
  /external/bluetooth/bluedroid/stack/include/
pan_api.h 48 #define PAN_ROLE_CLIENT 0x01 /* PANU role */
265 ** PAN_ROLE_CLIENT is for PANU role
296 ** PAN_ROLE_CLIENT is for PANU role
  /external/bluetooth/bluedroid/bta/pan/
bta_pan_act.c 122 if(src_role == PAN_ROLE_CLIENT)
390 if(p_data->api_set_role.role & PAN_ROLE_CLIENT )
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 193 if(bta_pan_role & PAN_ROLE_CLIENT)
210 bta_pan_role |= PAN_ROLE_CLIENT;

Completed in 1358 milliseconds