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

  /external/adhd/cras/src/server/
cras_bt_profile.h 31 int rfcomm_fd);
cras_hfp_ag_profile.c 216 int rfcomm_fd)
223 close(rfcomm_fd);
235 ag->slc_handle = hfp_slc_create(rfcomm_fd,
280 int rfcomm_fd)
287 close(rfcomm_fd);
299 ag->slc_handle = hfp_slc_create(rfcomm_fd, 1, device, NULL,
cras_hfp_slc.c 46 * rfcomm_fd - File descriptor for the established RFCOMM connection.
64 int rfcomm_fd; member in struct:hfp_slc_handle
90 if (handle->rfcomm_fd < 0)
94 err = write(handle->rfcomm_fd, "\r\n", 2);
101 err = write(handle->rfcomm_fd,
108 err = write(handle->rfcomm_fd, "\r\n", 2);
565 bytes_read = read(handle->rfcomm_fd,
629 handle->rfcomm_fd = fd;
641 cras_system_add_select_fd(handle->rfcomm_fd,
649 cras_system_rm_select_fd(slc_handle->rfcomm_fd);
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 214 int rfcomm_fd = INVALID_FD; local
217 &rfcomm_fd, 0, app_uid);
248 int rfcomm_fd = INVALID_FD; local
251 (const uint8_t*)&HFP_AG_UUID, 0, &rfcomm_fd, 0, app_uid);

Completed in 342 milliseconds