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

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble.c1513 UINT8 role, status, bda_type; local
1522 STREAM_TO_UINT8 (bda_type, p);
1545 btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match);
1547 l2cble_conn_comp (handle, role, bda, bda_type, conn_interval,
1638 UINT8 role, status, bda_type; local
1648 STREAM_TO_UINT8 (bda_type, p);
1656 match = btm_public_addr_to_random_pseudo (bda, &bda_type);
1672 btm_ble_connected(bda, handle, HCI_ENCRYPT_MODE_DISABLED, role, bda_type, match);
1673 l2cble_conn_comp (handle, role, bda, bda_type, conn_interval,

Completed in 59 milliseconds