Home
last modified time | relevance | path

Searched refs:oob (Results 1 – 5 of 5) sorted by relevance

/system/extras/ext4_utils/
Dallocate.c598 struct region *oob = split_allocation(alloc, blocks); in reserve_oob_blocks() local
601 if (oob == NULL) in reserve_oob_blocks()
604 while (oob && oob != alloc->list.iter) { in reserve_oob_blocks()
605 next = oob->next; in reserve_oob_blocks()
606 region_list_remove(&alloc->list, oob); in reserve_oob_blocks()
607 region_list_append(&alloc->oob_list, oob); in reserve_oob_blocks()
608 oob = next; in reserve_oob_blocks()
/system/bt/doc/
Dproperties.md20 * ``` service.brcm.bt.oob ```
/system/bt/stack/btm/
Dbtm_ble.c496 tSMP_SC_OOB_DATA oob; in BTM_BleSecureConnectionOobDataReply() local
497 memset(&oob, 0, sizeof(tSMP_SC_OOB_DATA)); in BTM_BleSecureConnectionOobDataReply()
499 oob.peer_oob_data.present = true; in BTM_BleSecureConnectionOobDataReply()
500 memcpy(&oob.peer_oob_data.randomizer, p_r, BT_OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()
501 memcpy(&oob.peer_oob_data.commitment, p_c, BT_OCTET16_LEN); in BTM_BleSecureConnectionOobDataReply()
502 oob.peer_oob_data.addr_rcvd_from.type = p_dev_rec->ble.ble_addr_type; in BTM_BleSecureConnectionOobDataReply()
503 memcpy(&oob.peer_oob_data.addr_rcvd_from.bda, bd_addr, sizeof(BD_ADDR)); in BTM_BleSecureConnectionOobDataReply()
505 SMP_SecureConnectionOobDataReply((uint8_t*)&oob); in BTM_BleSecureConnectionOobDataReply()
Dbtm_sec.c1661 void BTM_IoCapRsp(BD_ADDR bd_addr, tBTM_IO_CAP io_cap, tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req) in BTM_IoCapRsp() argument
1664 btm_pair_state_descr(btm_cb.pairing_state), oob, io_cap); in BTM_IoCapRsp()
1670 if (oob < BTM_OOB_UNKNOWN && io_cap < BTM_IO_CAP_MAX) in BTM_IoCapRsp()
1678 btsnd_hcic_io_cap_req_reply (bd_addr, io_cap, oob, auth_req); in BTM_IoCapRsp()
/system/bt/stack/include/
Dbtm_api.h3530 tBTM_OOB_DATA oob, tBTM_AUTH_REQ auth_req);