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

  /external/bluetooth/bluedroid/stack/pan/
pan_main.c 179 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID);
210 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID);
223 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID);
247 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID);
286 BNEP_ConnectResp (handle, BNEP_CONN_FAILED_DST_UUID);
  /external/bluetooth/bluedroid/stack/include/
bnep_api.h 58 BNEP_CONN_FAILED_DST_UUID, /* Connection failed wrong destination UUID */
pan_api.h 72 PAN_INVALID_DST_ROLE = BNEP_CONN_FAILED_DST_UUID, /* Connection failed wrong destination UUID */
  /external/bluetooth/bluedroid/stack/bnep/
bnep_api.c 258 else if (resp == BNEP_CONN_FAILED_DST_UUID) resp_code = BNEP_SETUP_INVALID_DEST_UUID;
bnep_utils.c 717 resp = BNEP_CONN_FAILED_DST_UUID;
    [all...]

Completed in 32 milliseconds