Home
last modified time | relevance | path

Searched refs:conn_type (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/include/
Dbta_jv_api.h501 extern tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void* user_data,
515 extern tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type);
/system/bt/stack/btm/
Dbtm_sec.c93 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service…
482 CONNECTION_TYPE conn_type; in BTM_SetSecurityLevel() local
485 conn_type = CONN_ORIENT_ORIG; in BTM_SetSecurityLevel()
487 conn_type = CONN_ORIENT_TERM; in BTM_SetSecurityLevel()
489 return(btm_sec_set_security_level (conn_type, p_name, service_id, in BTM_SetSecurityLevel()
516 static BOOLEAN btm_sec_set_security_level (CONNECTION_TYPE conn_type, char *p_name, UINT8 service_i… in btm_sec_set_security_level() argument
528 if (conn_type & CONNECTION_TYPE_ORIG_MASK) in btm_sec_set_security_level()
533 if (conn_type & CONNECTION_TYPE_CONNLESS_MASK ) in btm_sec_set_security_level()
542 is_originator = conn_type; in btm_sec_set_security_level()
703 index, service_id, conn_type, psm, mx_proto_id, mx_chan_id); in btm_sec_set_security_level()
[all …]
Dbtm_int.h1056 UINT16 handle, CONNECTION_TYPE conn_type,
/system/bt/bta/jv/
Dbta_jv_api.c176 tBTA_JV_STATUS BTA_JvGetChannelId(int conn_type, void* user_data, INT32 channel) in BTA_JvGetChannelId() argument
185 p_msg->type = conn_type; in BTA_JvGetChannelId()
209 tBTA_JV_STATUS BTA_JvFreeChannel(UINT16 channel, int conn_type) in BTA_JvFreeChannel() argument
219 p_msg->type = conn_type; in BTA_JvFreeChannel()
/system/bt/stack/include/
Dbtm_ble_api.h1325 extern BOOLEAN BTM_BleSetBgConnType(tBTM_BLE_CONN_TYPE conn_type,