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

  /external/bluetooth/bluedroid/btif/include/
btif_config.h 78 BOOLEAN btif_get_device_type(const BD_ADDR bd_addr, int *p_device_type);
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 322 btif_get_device_type(bd_addr, &device_type);
btif_dm.c 834 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type))
921 if (!btif_get_device_type(p_ssp_cfm_req->bd_addr, &dev_type))
    [all...]
btif_gatt_server.c 395 btif_get_device_type(p_cb->bd_addr.address, &device_type) &&
btif_config.c 371 BOOLEAN btif_get_device_type(const BD_ADDR bd_addr, int *p_device_type) function
btif_gatt_client.c     [all...]

Completed in 90 milliseconds