Searched defs:conn_type (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c87 static BOOLEAN btm_sec_set_security_level ( CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id,
532 CONNECTION_TYPE conn_type; local
535 conn_type = CONNLESS_ORIG;
537 conn_type = CONNLESS_TERM;
539 return(btm_sec_set_security_level (conn_type, p_name, service_id,
577 CONNECTION_TYPE conn_type; local
580 conn_type = CONN_ORIENT_ORIG;
582 conn_type = CONN_ORIENT_TERM;
584 return(btm_sec_set_security_level (conn_type, p_name, service_id,
598 ** Parameters: conn_type
611 btm_sec_set_security_level(CONNECTION_TYPE conn_type, char *p_name, UINT8 service_id, UINT16 sec_level, UINT16 psm, UINT32 mx_proto_id, UINT32 mx_chan_id) argument
2227 btm_sec_l2cap_access_req(BD_ADDR bd_addr, UINT16 psm, UINT16 handle, CONNECTION_TYPE conn_type, tBTM_SEC_CALLBACK *p_callback, void *p_ref_data) argument
5529 btm_sec_find_first_serv(CONNECTION_TYPE conn_type, UINT16 psm) argument
[all...]

Completed in 86 milliseconds