HomeSort by relevance Sort by last modified time
    Searched refs:encr_enable (Results 1 - 8 of 8) sorted by null

  /system/bt/stack/include/
smp_api.h 228 extern void smp_link_encrypted(const RawAddress& bda, uint8_t encr_enable);
  /system/bt/stack/btm/
btm_int.h 115 uint8_t encr_enable);
243 uint8_t encr_enable);
btm_ble_int.h 94 uint8_t encr_enable);
btm_ble.cc     [all...]
btm_sec.cc 114 uint8_t encr_enable);
    [all...]
btm_acl.cc 642 uint8_t encr_enable) {
648 handle, status, encr_enable);
659 if (encr_enable) {
    [all...]
  /system/bt/stack/btu/
btu_hcif.cc 720 uint8_t encr_enable; local
724 STREAM_TO_UINT8(encr_enable, p);
726 btm_acl_encrypt_change(handle, status, encr_enable);
727 btm_sec_encrypt_change(handle, status, encr_enable);
    [all...]
  /system/bt/stack/smp/
smp_act.cc     [all...]

Completed in 176 milliseconds