Home
last modified time | relevance | path

Searched refs:HCI_ROLE_SLAVE (Results 1 – 19 of 19) sorted by relevance

/system/bt/stack/smp/
Dsmp_act.c73 if (p_cb->role == HCI_ROLE_SLAVE) in smp_update_key_mask()
521 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE)) in smp_proc_pair_cmd()
540 if (p_cb->role == HCI_ROLE_SLAVE) in smp_proc_pair_cmd()
792 if (!p_dev_rec->new_encryption_key_is_p256 && p_cb->role == HCI_ROLE_SLAVE) in smp_br_process_pairing_command()
800 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE)) in smp_br_process_pairing_command()
824 if (p_cb->role == HCI_ROLE_SLAVE) in smp_br_process_pairing_command()
916 if (p_cb->role == HCI_ROLE_SLAVE|| in smp_br_select_next_key()
1055 if (p_cb->role == HCI_ROLE_SLAVE) in smp_proc_compare()
1214 UINT8 key_to_dist = (p_cb->role == HCI_ROLE_SLAVE) ? p_cb->local_r_key : p_cb->local_i_key; in smp_key_pick_key()
1241 if (p_cb->role == HCI_ROLE_SLAVE || in smp_key_distribution()
[all …]
Dsmp_br_main.c348 (p_cb->role == HCI_ROLE_SLAVE) ? "Slave" : "Master", in smp_br_state_machine_event()
Dsmp_l2c.c316 p_cb->role = HCI_ROLE_SLAVE; in smp_br_data_received()
Dsmp_keys.c1216 if (p_cb->role == HCI_ROLE_SLAVE) in smp_calculate_peer_commitment()
/system/bt/bta/gatt/
Dbta_gattc_utils.c773 role == HCI_ROLE_SLAVE) in bta_gattc_check_bg_conn()
920 if (p_msg->int_conn.role == HCI_ROLE_SLAVE) in bta_gattc_find_int_conn_clcb()
Dbta_gattc_act.c2329 if (L2CA_GetBleConnRole(p_msg->api_listen.remote_bda) == HCI_ROLE_SLAVE && in bta_gattc_listen()
/system/bt/stack/l2cap/
Dl2c_ble.c75 !(p_lcb->link_role == HCI_ROLE_SLAVE && BTM_ACL_IS_CONNECTED(rem_bda))) in L2CA_CancelBleConnectReq()
411 p_lcb->link_role = HCI_ROLE_SLAVE; in l2cble_advertiser_conn_comp()
Dl2c_link.c96 p_lcb->link_role = HCI_ROLE_SLAVE; in l2c_link_hci_conn_req()
119 p_lcb->link_role = HCI_ROLE_SLAVE; in l2c_link_hci_conn_req()
Dl2c_main.c877 l2cb.desire_role = HCI_ROLE_SLAVE; in l2c_init()
Dl2c_api.c926 if (new_role == HCI_ROLE_MASTER || new_role == HCI_ROLE_SLAVE) in L2CA_SetDesireRole()
Dl2c_utils.c2258 if ((p_lcb_cur->in_use) && (p_lcb_cur->link_role == HCI_ROLE_SLAVE)) in l2cu_create_conn()
/system/bt/stack/include/
Dl2c_api.h106 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
Dbtm_api.h698 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
Dhcidefs.h1005 #define HCI_ROLE_SLAVE 0x01 macro
/system/bt/include/
Dbt_target.h668 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
/system/bt/stack/btm/
Dbtm_ble_gap.c3318 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_SLAVE]) in btm_ble_update_link_topology_mask()
3321 if (link_role == HCI_ROLE_SLAVE && increase) in btm_ble_update_link_topology_mask()
Dbtm_ble.c1852 if (!match && role == HCI_ROLE_SLAVE && BTM_BLE_IS_RESOLVE_BDA(bda)) in btm_ble_conn_complete()
Dbtm_sec.c4693 …btm_acl_created (bda, p_dev_rec->dev_class, p_dev_rec->sec_bd_name, handle, HCI_ROLE_SLAVE, BT_TRA… in btm_sec_connected()
/system/bt/bta/dm/
Dbta_dm_act.c3292 if(p_data->acl_change.new_role == HCI_ROLE_SLAVE && bta_dm_cb.device_list.count > 1 in bta_dm_acl_change()