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

  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 85 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
425 CONNECTION_TYPE conn_type; local
428 conn_type = CONNLESS_ORIG;
430 conn_type = CONNLESS_TERM;
432 return(btm_sec_set_security_level (conn_type, p_name, service_id,
463 CONNECTION_TYPE conn_type; local
466 conn_type = CONN_ORIENT_ORIG;
468 conn_type = CONN_ORIENT_TERM;
470 return(btm_sec_set_security_level (conn_type, p_name, service_id,
484 ** Parameters: conn_type - TRUE if originating the connection, FALSE if no
    [all...]
btm_int.h     [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 637 ** Parameters conn_type: it can be auto connection, or selective connection.
644 BTM_API extern BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE conn_type,
    [all...]

Completed in 37 milliseconds