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

  /external/bluetooth/bluedroid/stack/smp/
smp_act.c     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 45 extern void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable);
    [all...]
btm_ble_int.h 347 extern void btm_ble_link_encrypted(BD_ADDR bd_addr, UINT8 encr_enable);
btm_int.h     [all...]
btm_acl.c 936 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable)
    [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 799 UINT8 encr_enable; local
803 STREAM_TO_UINT8 (encr_enable, p);
805 btm_acl_encrypt_change (handle, status, encr_enable);
806 btm_sec_encrypt_change (handle, status, encr_enable);
    [all...]

Completed in 321 milliseconds