Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c92 } else if (p_cb->role == HCI_ROLE_SLAVE) { in smp_update_key_mask()
565 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE)) { in smp_proc_pair_cmd()
585 if (p_cb->role == HCI_ROLE_SLAVE) { in smp_proc_pair_cmd()
872 if (!p_dev_rec->new_encryption_key_is_p256 && p_cb->role == HCI_ROLE_SLAVE) { in smp_br_process_pairing_command()
880 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE)) { in smp_br_process_pairing_command()
905 if (p_cb->role == HCI_ROLE_SLAVE) { in smp_br_process_pairing_command()
988 if (p_cb->role == HCI_ROLE_SLAVE || in smp_br_select_next_key()
1141 if (p_cb->role == HCI_ROLE_SLAVE) { in smp_proc_compare()
1291 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()
1318 if (p_cb->role == HCI_ROLE_SLAVE || in smp_key_distribution()
[all …]
Dsmp_br_main.c328 (p_cb->role == HCI_ROLE_SLAVE) ? "Slave" : "Master", in smp_br_state_machine_event()
Dsmp_l2c.c319 p_cb->role = HCI_ROLE_SLAVE; in smp_br_data_received()
Dsmp_utils.c1018 if (p_cb->role == HCI_ROLE_SLAVE) { in smp_proc_pairing_cmpl()
Dsmp_keys.c1254 if (p_cb->role == HCI_ROLE_SLAVE) { in smp_calculate_peer_commitment()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c97 p_lcb->link_role = HCI_ROLE_SLAVE; in l2c_link_hci_conn_req()
120 p_lcb->link_role = HCI_ROLE_SLAVE; in l2c_link_hci_conn_req()
486 if(btm_ble_inter_get() && p_lcb->link_role == HCI_ROLE_SLAVE) { in l2c_link_hci_disc_comp()
494 if(!btm_ble_inter_get() && p_lcb->link_role == HCI_ROLE_SLAVE) { in l2c_link_hci_disc_comp()
Dl2c_ble.c114 !(p_lcb->link_role == HCI_ROLE_SLAVE && BTM_LE_ACL_IS_CONNECTED(rem_bda))) { in L2CA_CancelBleConnectReq()
302 if(p_acl->link_role == HCI_ROLE_SLAVE) { in l2cble_notify_le_connection()
471 p_lcb->link_role = HCI_ROLE_SLAVE; in l2cble_advertiser_conn_comp()
Dl2c_main.c884 l2cb.desire_role = HCI_ROLE_SLAVE; in l2c_init()
Dl2c_api.c898 if (new_role == HCI_ROLE_MASTER || new_role == HCI_ROLE_SLAVE) { in L2CA_SetDesireRole()
Dl2c_utils.c2296 if ((p_lcb_cur->in_use) && (p_lcb_cur->link_role == HCI_ROLE_SLAVE)) { in l2cu_create_conn()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_utils.c738 role == HCI_ROLE_SLAVE) { in bta_gattc_check_bg_conn()
937 if (p_msg->int_conn.role == HCI_ROLE_SLAVE) { in bta_gattc_find_int_conn_clcb()
Dbta_gattc_act.c2372 if (L2CA_GetBleConnRole(p_msg->api_listen.remote_bda) == HCI_ROLE_SLAVE && in bta_gattc_listen()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h108 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
Dbtm_api.h740 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
Dhcidefs.h1139 #define HCI_ROLE_SLAVE 0x01 macro
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1148 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2075 …if (!match && role == HCI_ROLE_SLAVE && bda_type != BLE_ADDR_PUBLIC && BTM_BLE_IS_RESOLVE_BDA(bda)…
2151 … !(p_lcb->link_role == HCI_ROLE_SLAVE && BTM_LE_ACL_IS_CONNECTED(l2cb.ble_connecting_bda))) {
Dbtm_ble_gap.c4483 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_SLAVE]) { in btm_ble_update_link_topology_mask()
4487 if (link_role == HCI_ROLE_SLAVE && increase) { in btm_ble_update_link_topology_mask()
Dbtm_acl.c370 && link_role == HCI_ROLE_SLAVE) { in btm_acl_created()
Dbtm_sec.c4512 …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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3563 if (p_data->acl_change.new_role == HCI_ROLE_SLAVE && bta_dm_cb.device_list.count > 1 in bta_dm_acl_change()