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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 39 extern void smp_link_encrypted(BD_ADDR bda, UINT8 encr_enable);
    [all...]
btm_ble_int.h 271 extern void btm_ble_link_encrypted(BD_ADDR bd_addr, UINT8 encr_enable);
btm_int.h     [all...]
btm_acl.c 848 void btm_acl_encrypt_change (UINT16 handle, UINT8 status, UINT8 encr_enable)
858 handle, status, encr_enable);
870 if (encr_enable)
    [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_act.c     [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 793 UINT8 encr_enable; local
797 STREAM_TO_UINT8 (encr_enable, p);
799 btm_acl_encrypt_change (handle, status, encr_enable);
800 btm_sec_encrypt_change (handle, status, encr_enable);
    [all...]

Completed in 121 milliseconds