Searched refs:HCI_ROLE_SLAVE (Results 1 – 19 of 19) sorted by relevance
73 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 …]
348 (p_cb->role == HCI_ROLE_SLAVE) ? "Slave" : "Master", in smp_br_state_machine_event()
316 p_cb->role = HCI_ROLE_SLAVE; in smp_br_data_received()
1216 if (p_cb->role == HCI_ROLE_SLAVE) in smp_calculate_peer_commitment()
773 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()
2329 if (L2CA_GetBleConnRole(p_msg->api_listen.remote_bda) == HCI_ROLE_SLAVE && in bta_gattc_listen()
75 !(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()
96 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()
877 l2cb.desire_role = HCI_ROLE_SLAVE; in l2c_init()
926 if (new_role == HCI_ROLE_MASTER || new_role == HCI_ROLE_SLAVE) in L2CA_SetDesireRole()
2258 if ((p_lcb_cur->in_use) && (p_lcb_cur->link_role == HCI_ROLE_SLAVE)) in l2cu_create_conn()
106 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
698 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
1005 #define HCI_ROLE_SLAVE 0x01 macro
668 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
3318 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()
1852 if (!match && role == HCI_ROLE_SLAVE && BTM_BLE_IS_RESOLVE_BDA(bda)) in btm_ble_conn_complete()
4693 …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()
3292 if(p_data->acl_change.new_role == HCI_ROLE_SLAVE && bta_dm_cb.device_list.count > 1 in bta_dm_acl_change()