Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c63 #define GET_CHILD_MAX_COUNT(node) (short)((int)(node)->bytes / sizeof(cfg_node)) macro
467 if(count < GET_CHILD_MAX_COUNT(p)) in find_free_node()
561 …d("in, start:%d, child count:%d, max count:%d", start, GET_CHILD_COUNT(p), GET_CHILD_MAX_COUNT(p)); in find_next_node()