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

  /system/bt/bta/hf_client/
bta_hf_client_rfc.c 131 PORT_SetEventMask(handle, PORT_EV_RXCHAR);
  /system/bt/bta/ag/
bta_ag_rfc.c 269 PORT_SetEventMask(handle, BTA_AG_PORT_EV_MASK);
  /system/bt/stack/include/
port_api.h 293 ** Function PORT_SetEventMask
302 extern int PORT_SetEventMask (UINT16 port_handle, UINT32 mask);
  /system/bt/bta/jv/
bta_jv_act.c     [all...]
  /system/bt/stack/rfcomm/
port_api.c 452 ** Function PORT_SetEventMask
460 int PORT_SetEventMask (UINT16 port_handle, UINT32 mask)
464 RFCOMM_TRACE_API ("PORT_SetEventMask() handle:%d mask:0x%x", port_handle, mask);
    [all...]

Completed in 394 milliseconds