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

  /system/bt/btif/include/
btif_api.h 284 uint8_t pin_len, bt_pin_code_t* pin_code);
  /system/bt/btif/src/
bluetooth.cc 291 bt_pin_code_t* pin_code) {
295 return btif_dm_pin_reply(bd_addr, accept, pin_len, pin_code);
btif_dm.cc 830 bt_pin_code_t pin_code; local
875 pin_code.pin[0] = 0x30;
876 pin_code.pin[1] = 0x30;
877 pin_code.pin[2] = 0x30;
878 pin_code.pin[3] = 0x30;
881 BTA_DmPinReply(bd_addr, true, 4, pin_code.pin);
890 pin_code.pin[0] = 0x30;
891 pin_code.pin[1] = 0x30;
892 pin_code.pin[2] = 0x30;
893 pin_code.pin[3] = 0x30
    [all...]
  /system/bt/stack/btm/
btm_int_types.h 483 uint8_t pin_code_length; /* Length of the pin_code used for paring */
603 PIN_CODE pin_code; /* PIN CODE if pin type is fixed */ member in struct:__anon2174
815 PIN_CODE pin_code; \/* for legacy devices *\/ member in struct:__anon2186
    [all...]
btm_devctl.cc 214 BTM_SetPinType(btm_cb.cfg.pin_type, btm_cb.cfg.pin_code,
btm_sec.cc 370 void BTM_SetPinType(uint8_t pin_type, PIN_CODE pin_code, uint8_t pin_code_len) {
373 pin_type, (char*)pin_code, pin_code_len);
383 memcpy(btm_cb.cfg.pin_code, pin_code, pin_code_len);
805 memcpy(btm_cb.pin_code, p_pin, pin_len);
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 526 /** If accept==FALSE, then pin_len and pin_code shall be 0x0 */
528 uint8_t pin_len, bt_pin_code_t *pin_code);
  /system/bt/include/hardware/
bluetooth.h 516 /** If accept==FALSE, then pin_len and pin_code shall be 0x0 */
518 bt_pin_code_t* pin_code);
  /system/bt/stack/include/
btm_api.h     [all...]
hcimsgs.h 150 PIN_CODE pin_code);
  /system/bt/stack/hcic/
hcicmds.cc 242 uint8_t pin_code_len, PIN_CODE pin_code) {
256 for (i = 0; i < pin_code_len; i++) *pp++ = *pin_code++;
    [all...]

Completed in 1148 milliseconds