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

  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AbstractionLayer.java 51 static final int BT_DEVICE_TYPE_BREDR = 0x01;
  /system/bt/btif/src/
btif_dm.c 905 dev_type = BT_DEVICE_TYPE_BREDR;
    [all...]
btif_gatt_server.c 389 device_type != BT_DEVICE_TYPE_BREDR)
405 case BT_DEVICE_TYPE_BREDR:
btif_gatt_client.c     [all...]
  /system/bt/stack/btm/
btm_inq.c     [all...]
btm_dev.c 161 p_dev_rec->device_type |= BT_DEVICE_TYPE_BREDR;
btm_ble.c 610 *p_dev_type = BT_DEVICE_TYPE_BREDR;
642 *p_dev_type = BT_DEVICE_TYPE_BREDR;
679 else if (p_dev_rec->device_type & BT_DEVICE_TYPE_BREDR)
    [all...]
btm_sec.c     [all...]
  /external/libnfc-nci/src/include/
bt_types.h 514 #define BT_DEVICE_TYPE_BREDR 0x01
  /system/bt/stack/include/
bt_types.h 519 #define BT_DEVICE_TYPE_BREDR 0x01
    [all...]

Completed in 445 milliseconds