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

  /system/bt/btif/include/
btif_config.h 53 bool btif_get_device_type(const BD_ADDR bd_addr, int *p_device_type);
  /system/bt/btif/src/
btif_config.c 49 bool btif_get_device_type(const BD_ADDR bd_addr, int *p_device_type) function
btif_dm.c 859 if (!btif_get_device_type(p_pin_req->bd_addr, &dev_type))
946 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_gatt_client.c     [all...]

Completed in 76 milliseconds