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

  /system/bt/stack/include/
gap_api.h 83 /* GAP_ConnOpen() - optional channels to negotiate */
168 * Function GAP_ConnOpen
176 extern uint16_t GAP_ConnOpen(const char* p_serv_name, uint8_t service_id,
218 * Parameters: handle - Handle returned in the GAP_ConnOpen
  /system/bt/bta/hearing_aid/
hearing_aid.cc 593 uint16_t gap_handle = GAP_ConnOpen(
    [all...]
  /system/bt/stack/gap/
gap_conn.cc 134 * Function GAP_ConnOpen
168 uint16_t GAP_ConnOpen(const char* p_serv_name, uint8_t service_id,
332 * Parameters: handle - Handle of the connection returned by GAP_ConnOpen
424 * Parameters: handle - Handle returned in the GAP_ConnOpen
615 * Parameters: handle - Handle of the connection returned by GAP_ConnOpen
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc 944 uint16_t max_mps = 0xffff; // Let GAP_ConnOpen set the max_mps.
945 handle = GAP_ConnOpen("", sec_id, 0, &peer_bd_addr, remote_psm, max_mps,
    [all...]

Completed in 168 milliseconds