HomeSort by relevance Sort by last modified time
    Searched defs:PORT_SUCCESS (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 140 PORT_SUCCESS);
141 ASSERT_EQ(PORT_SetEventMask(*server_handle, PORT_EV_RXCHAR), PORT_SUCCESS);
143 PORT_SUCCESS);
224 PortManagementCallback(PORT_SUCCESS, port_handle, port_callback_index));
285 PORT_SUCCESS);
286 ASSERT_EQ(PORT_SetEventMask(*client_handle, PORT_EV_RXCHAR), PORT_SUCCESS);
288 PORT_SUCCESS);
376 PortManagementCallback(PORT_SUCCESS, port_handle, port_callback_index));
423 PORT_SUCCESS);
445 ASSERT_EQ(status, PORT_SUCCESS);
    [all...]
  /system/bt/stack/include/
port_api.h 150 #define PORT_SUCCESS 0
304 * Description This function returns PORT_SUCCESS if connection referenced

Completed in 68 milliseconds