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

  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 358 void BTM_SetPinType (UINT8 pin_type, PIN_CODE pin_code, UINT8 pin_code_len)
361 pin_type, (char *) pin_code, pin_code_len);
371 btm_cb.cfg.pin_code_len = pin_code_len;
372 memcpy (btm_cb.cfg.pin_code, pin_code, pin_code_len);
    [all...]
btm_int.h 599 UINT8 pin_code_len; /* Bonding information */ member in struct:__anon3081
853 UINT8 pin_code_len; \/* for legacy devices *\/ member in struct:__anon3094
    [all...]
btm_devctl.c 695 BTM_SetPinType (btm_cb.cfg.pin_type, btm_cb.cfg.pin_code, btm_cb.cfg.pin_code_len);
    [all...]
btm_ble.c     [all...]