Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c353 static struct bt_tbs_call *call_alloc(struct tbs_inst *inst, uint8_t state, const uint8_t *uri, in call_alloc() function
952 call = call_alloc(inst, BT_TBS_CALL_STATE_DIALING, ccp->uri, uri_len); in originate_call()
2005 call = call_alloc(inst, BT_TBS_CALL_STATE_INCOMING, (uint8_t *)from, strlen(from)); in bt_tbs_remote_incoming()