Searched refs:BTM_INQ_DB_SIZE (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_inq.c | 1053 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in BTM_InqFirstResult() 1086 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx++, p_ent++) in BTM_InqNextResult() 1119 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in BTM_InqDbRead() 1147 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in BTM_InqDbFirst() 1179 for (p_ent = &btm_cb.btm_inq_vars.inq_db[inx]; inx < BTM_INQ_DB_SIZE; inx++, p_ent++) in BTM_InqDbNext() 1235 for (num_entries = 0, num_results = 0; num_entries < BTM_INQ_DB_SIZE; num_entries++, p_ent++) in BTM_ReadNumInqDbEntries() 1521 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in btm_clr_inq_db() 1626 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in btm_inq_db_find() 1654 for (xx = 0; xx < BTM_INQ_DB_SIZE; xx++, p_ent++) in btm_inq_db_new() 1903 …>max_resps = (UINT8)((p_inqparms->max_resps <= BTM_INQ_DB_SIZE) ? p_inqparms->max_resps : BTM_INQ_… in btm_initiate_inquiry() [all …]
|
D | btm_int.h | 286 tINQ_DB_ENT inq_db[BTM_INQ_DB_SIZE];
|
/external/bluetooth/bluedroid/bta/jv/ |
D | bta_jv_api.c | 284 index = BTM_INQ_DB_SIZE; in BTA_JvGetPreknownDevice() 286 else if(index >= BTM_INQ_DB_SIZE) in BTA_JvGetPreknownDevice()
|
/external/bluetooth/bluedroid/include/ |
D | bt_target.h | 901 #ifndef BTM_INQ_DB_SIZE 902 #define BTM_INQ_DB_SIZE 40 macro
|
/external/libnfc-nci/src/include/ |
D | bt_target.h | 628 #ifndef BTM_INQ_DB_SIZE 629 #define BTM_INQ_DB_SIZE 12 macro
|